Skip to content

Commit 83515af

Browse files
authored
docs: small README typo fix (#126)
1 parent 736ae9c commit 83515af

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
@@ -44,5 +44,5 @@ following to your package's `pyproject.toml`:
4444

4545
```
4646
[project.entry-points.jupyter_ydoc]
47-
my_dodument = "my_package.my_file:MyDocumentClass"
47+
my_document = "my_package.my_file:MyDocumentClass"
4848
```

0 commit comments

Comments
 (0)