From 6eaba4ff04d2f77a5dee0b7ce39873b87a8213ef Mon Sep 17 00:00:00 2001
From: Matthew Hodgson <matthew@matrix.org>
Date: Sun, 19 Jul 2015 13:44:36 +0100
Subject: [PATCH] title tag

---
 examples/trivial/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/trivial/index.html b/examples/trivial/index.html
index c3f1ce14..cc77b1e3 100644
--- a/examples/trivial/index.html
+++ b/examples/trivial/index.html
@@ -2,7 +2,7 @@
 <html lang="en" style="height: 100%; overflow: hidden">
   <head>
     <meta charset="utf-8">
-    <title>Matrix React SDK Example</title>
+    <title>vector</title>
     <link href='https://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
   </head>
   <body style="height: 100%;">