Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
gushov committed Nov 12, 2012
1 parent 5acf099 commit 4e24cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
11 changes: 3 additions & 8 deletions 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)_

Expand Down
5 changes: 0 additions & 5 deletions test-tmp.html

This file was deleted.

0 comments on commit 4e24cec

Please sign in to comment.