yodata 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,14 +7,14 @@
7
7
  # install y0data
8
8
 
9
9
  ``` js
10
- npm install y0data
10
+ npm install yodata
11
11
  ```
12
12
 
13
13
  # Connect Database
14
14
 
15
15
  ``` js
16
- let y0data = require('y0data')
17
- let db = new y0data('DATA BASE ID')
16
+ let yodata = require('yodata')
17
+ let db = new yodata('DATA BASE ID')
18
18
  db.connect();
19
19
  ```
20
20
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "yodata",
3
3
  "description": "Y0data online services to save your data",
4
- "version": "0.0.1",
4
+ "version": "0.0.2",
5
5
  "main": "data/plugin.js",
6
6
  "dependencies": {
7
7
  "events": "^3.3.0",