Skip to content

Commit 1bf80b2

Browse files
committed
chore: rm doc withCid
1 parent 8e567ce commit 1bf80b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/jotai/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ const todoSchema = schema.LoroMap(
3333
{
3434
text: schema.String(),
3535
status: schema.String<TodoStatus>()
36-
},
37-
{ withCid: true },
36+
}
3837
)
3938
// Define your schema
4039
const todoDocSchema = schema({

0 commit comments

Comments
 (0)