Browse Source

added screenshot and fixed url

Philippe Back 9 years ago
parent
commit
fe369760f4
2 changed files with 3 additions and 1 deletions
  1. 3 1
      README.md
  2. BIN
      Screenshot.png

+ 3 - 1
README.md

@@ -14,7 +14,7 @@ and include `require(['amber-ide-starter-dialog'], function (s) { s.start(); });
 
 ## How to try
 
-So to just try it, clone it, npm install, bower install, amber config, amber serve and point the browser to (http://localhost:4000).
+So to just try it, clone it, npm install, bower install, amber config, amber serve and point the browser to http://localhost:4000
 
 ## How to install into a project
 
@@ -31,3 +31,5 @@ run ```amber devel``` to regenerate config, include the loading snippet from REA
 
 and see it open itself after amber loads while in development, and just fail it load while in production. 
 
+![Screenshot](Screenshot.png)
+

BIN
Screenshot.png