Skip to content

Commit 27582c1

Browse files
committed
chore: readme
1 parent 2f9c5c6 commit 27582c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ npm install --save gridjs
1818

1919
```jsx
2020
<Grid
21-
data={data: [
21+
data={[
2222
['John', '[email protected]'],
2323
['Mike', '[email protected]']
2424
]}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridjs-react",
3-
"version": "0.1.0",
3+
"version": "1.4.3",
44
"description": "React component for Grid.js",
55
"main": "dist/gridjs.production.min.js",
66
"module": "dist/gridjs.production.es.min.js",

0 commit comments

Comments
 (0)