diff --git a/README.md b/README.md index b5c6ba0..c93d42f 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,19 @@ # lilmodel -The best project ever. +A li'l backbone-ish model object. ## Getting Started -Install the module with: `npm install model` +Install the module with: `npm install lilmodel` ```javascript -var model = require('model'); -model.awesome(); // "awesome" +var model = require('lilmodel'); ``` - ## Documentation _(Coming soon)_ ## Examples _(Coming soon)_ -## Contributing -In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [grunt](https://github.com/cowboy/grunt). - ## Release History _(Nothing yet)_ diff --git a/test-tmp.html b/test-tmp.html deleted file mode 100644 index 31eed9b..0000000 --- a/test-tmp.html +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file