From 18de10bb42f090edcd60d928764eb0e8fc54a9eb Mon Sep 17 00:00:00 2001
From: Mathis Neumann <mathis@simpletechs.net>
Date: Wed, 22 Jun 2016 14:45:31 +0200
Subject: [PATCH] change README to drop the prototype status

---
 README.md | 14 +++-----------
 1 file changed, 3 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index fe99e15..04321b0 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,4 @@
-# Frontend-prototype
-
-This README outlines the details of collaborating on this Ember application.
-A short introduction of this app could easily go here.
+# iObserve Frontend
 
 ## Prerequisites
 
@@ -10,13 +7,11 @@ You will need the following things properly installed on your computer.
 * [Git](http://git-scm.com/)
 * [Node.js](http://nodejs.org/) (with NPM)
 * [Bower](http://bower.io/)
-* [Ember CLI](http://www.ember-cli.com/)
-* [PhantomJS](http://phantomjs.org/)
+* [Ember CLI](http://www.ember-cli.com/) (via `npm install -g ember-cli`)
+* [PhantomJS](http://phantomjs.org/) (only for testing)
 
 ## Installation
 
-* `git clone <repository-url>` this repository
-* change into the new directory
 * `npm install`
 * `bower install`
 
@@ -39,9 +34,6 @@ Make use of the many generators for code, try `ember help generate` for more det
 * `ember build` (development)
 * `ember build --environment production` (production)
 
-### Deploying
-
-Specify what it takes to deploy your app.
 
 ## Further Reading / Useful Links
 
-- 
GitLab