Skip to content

Commit 6957cb1

Browse files
committed
Update readme for npm publish
1 parent b473def commit 6957cb1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,17 @@
77

88
A data modeling tool for NodeJS. It's 100% database agnostic, and 100% customizable.
99

10+
# How to install
11+
Use NPM to install the package:
12+
```
13+
npm install modelate --save
14+
```
15+
1016
# How does it work?
1117
Create a model, and turn your objects into that model.
1218

1319
```javascript
14-
var Modelate = require('./index');
20+
var Modelate = require('modelate');
1521

1622
var model = {
1723
name: {

0 commit comments

Comments
 (0)