diff --git a/Demo.html b/Demo.html
index 9815714..ad3fb8a 100644
--- a/Demo.html
+++ b/Demo.html
@@ -68,6 +68,8 @@
List
Unlist
+ Increase list level
+ Decrease list level
Insert image
Set HTML
diff --git a/README.md b/README.md
index f81bf75..ab80d82 100644
--- a/README.md
+++ b/README.md
@@ -120,7 +120,7 @@ Returns self (the Squire instance).
Returns the text currently selected in the editor.
-#### insertImage
+### insertImage
Inserts an image at the current cursor location.
@@ -333,3 +333,15 @@ Returns self (the Squire instance).
Changes any at-least-partially selected blocks which are part of a list to no longer be part of a list.
Returns self (the Squire instance).
+
+### increaseListLevel
+
+Increases by 1 the nesting level of any at-least-partially selected blocks which are part of a list.
+
+Returns self (the Squire instance).
+
+### decreaseListLevel
+
+Decreases by 1 the nesting level of any at-least-partially selected blocks which are part of a list.
+
+Returns self (the Squire instance).
\ No newline at end of file