diff --git a/README.md b/README.md new file mode 100644 index 0000000..eb2a5a9 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Simplest Ember.js REST example + +A super-simple example application that uses the Ember.js REST adapter to load data from a RESTful API. + +There are 2 data models: User and Message. Messages belong to a User, Users have many Messages. + +# Usage + +```bash +git clone git@github.com:swinton/simplest-emberjs-rest-example.git +cd src +python -m SimpleHTTPServer 3319 # and open http://localhost:3319/ in your browser :) +``` + +# Contact + +@[steveWINton](http://twitter.com/steveWINton). \ No newline at end of file diff --git a/src/index.html b/src/index.html index a172fa4..211adaa 100644 --- a/src/index.html +++ b/src/index.html @@ -21,7 +21,7 @@