Skip to content

Commit b4ac600

Browse files
committed
fix: readme typeo
1 parent 529eb27 commit b4ac600

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ $ yarn start
125125

126126
<body class="padding:5px">
127127

128-
<form collection="test" document_id="">
128+
<form array="test" object="">
129129
<input placeholder="Name" name='firstname' class="floating-label">
130130
<h1 name='lastname' contenteditable></h1>
131131
</form>
@@ -151,8 +151,8 @@ Paste in your browsers console
151151

152152
```js
153153
crud.readDocument({
154-
collection: "test",
155-
document_id: "",
154+
array: "test",
155+
object: "",
156156
});
157157
```
158158

0 commit comments

Comments
 (0)