Skip to content

Commit

Permalink
fix: readme typeo
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Jun 30, 2024
1 parent 529eb27 commit b4ac600
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ $ yarn start

<body class="padding:5px">

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

```js
crud.readDocument({
collection: "test",
document_id: "",
array: "test",
object: "",
});
```

Expand Down

0 comments on commit b4ac600

Please sign in to comment.