Skip to content

Commit ae38942

Browse files
committed
readme update
1 parent 1282e62 commit ae38942

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ vue-grid-layout is a grid layout system, like [Gridster](http://gridster.net), f
2121
## Demos
2222
2323
24+
TODO UPDATE DOCS
25+
TODO UPDATE CHANGELOG
26+
2427
-->
2528

26-
#### Projects based on vue-grid-layout
29+
#### Projects using vue-grid-layout
2730

2831
- [Draxed](https://www.draxed.com/?utm_source=github&utm_medium=web&utm_campaign=vue-grid-layout)
2932

@@ -42,12 +45,12 @@ vue-grid-layout is a grid layout system, like [Gridster](http://gridster.net), f
4245

4346
Install the vue-grid-layout [package](https://www.npmjs.org/package/vue-grid-layout) package using [npm](https://www.npmjs.com/):
4447

45-
npm install react-grid-layout
48+
npm install vue-grid-layout
4649

4750

4851
## Usage
4952

50-
npm install react-grid-layout
53+
npm install vue-grid-layout
5154

5255
```javascript
5356

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"main": "src/app.js",
1616
"scripts": {
17-
"dev": "webpack-dev-server --host 0.0.0.0 --inline --hot ",
17+
"dev": "webpack-dev-server --host 0.0.0.0 --inline --hot",
1818
"build": "cross-env NODE_ENV=production && webpack --progress --hide-modules",
1919
"dist": "webpack --progress --hide-modules --config webpack.build.js && cross-env NODE_ENV=production webpack --progress --hide-modules --config webpack.build.min.js"
2020
},

0 commit comments

Comments
 (0)