Skip to content

Commit e00b9a7

Browse files
authored
Update README.md to correct TinyTableBlock import (#12)
2 parents 8e6668d + 172c1a2 commit e00b9a7

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
@@ -43,7 +43,7 @@ Add the `TinyTableBlock` model to your StreamField definition. For example
4343
from wagtail.fields import StreamField
4444
from wagtail.models import Page
4545

46-
from wagtail_tinytableblock import TinyTableBlock
46+
from wagtail_tinytableblock.blocks import TinyTableBlock
4747

4848

4949
class WonderfulPage(Page):

0 commit comments

Comments
 (0)