Skip to content

Commit 5cdaeee

Browse files
committed
[Project] Fix documentation in README
1 parent fc8c02a commit 5cdaeee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ npm install --save react-editable-json-tree
2727
### Example Usage
2828
```jsx
2929
// Import
30-
import { JsonTree, deltaTypes } from 'react-editable-json-tree'
30+
import { JsonTree, ADD_DELTA_TYPE, REMOVE_DELTA_TYPE, UPDATE_DELTA_TYPE } from 'react-editable-json-tree'
3131

3232
// Data
3333
const data = {

0 commit comments

Comments
 (0)