diff --git a/docs/src/docPages/api/extensions/bullet-list.md b/docs/src/docPages/api/extensions/bullet-list.md
index 5ca1e6b2..2a68f14f 100644
--- a/docs/src/docPages/api/extensions/bullet-list.md
+++ b/docs/src/docPages/api/extensions/bullet-list.md
@@ -1,8 +1,10 @@
# BulletList
-This extension enables you to use the `
` HTML tag in the editor.
+This extension enables you to use bullet lists in the editor. They are rendered as `` HTML tags,
-::: warning Restrictions
-It’s intended to be used with the `ListItem` extension.
+Type `* `, `- ` or `+ ` at the beginning of a new line and it will be magically transformed to a bullet list.
+
+::: warning Use with ListItem
+The `BulletList` extension is intended to be used with the [`ListItem`](/api/extensions/list-item) extension. Make sure to import that one too, otherwise you’ll get a SyntaxError.
:::
## Options