From 0b797c7c0d53aba7bc544619a2ae132d13342330 Mon Sep 17 00:00:00 2001
From: Robert Long <robert@robertlong.me>
Date: Tue, 31 Oct 2017 14:59:22 -0700
Subject: [PATCH] Update readme, rename project.

---
 README.md         | 12 ++++++++++--
 package.json      |  2 +-
 public/index.html |  2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 10e06d6fa..2866a6a1c 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,11 @@
-# A-Frame Social VR Demo
+# Mozilla Social Mixed Reality Client
 
-¯\\_(ツ)_/¯
\ No newline at end of file
+A prototype client demonstrating a multi-user experience in WebVR. Built with [A-Frame](https://github.com/aframevr/aframe/)
+
+## Getting Started
+
+```
+git clone https://github.com/mozilla/mr-social-client.git
+yarn install
+npm start
+```
\ No newline at end of file
diff --git a/package.json b/package.json
index d1b6fc6e7..1fe18a59f 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-  "name": "social-vr-demo",
+  "name": "mr-social-client",
   "version": "0.0.1",
   "main": "src/index.js",
   "license": "MPL-2.0",
diff --git a/public/index.html b/public/index.html
index 6bcedf148..812d4b87e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,7 +1,7 @@
 <html>
 
 <head>
-    <title>A-Frame Social VR Demo</title>
+    <title>Mozilla Mixed Reality Social Client</title>
     <script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
     <script src="./app.bundle.js"></script>
 </head>
-- 
GitLab