diff --git a/README.md b/README.md
index 5ebdcd95..21755b51 100644
--- a/README.md
+++ b/README.md
@@ -158,7 +158,7 @@ necessary.
insert(index:number, content:Array<object|boolean|Array|string|number|Uint8Array|Y.Type>)
array.insert(0, [1]
splices the list and inserts 1 at
+I.e. array.insert(0, [1])
splices the list and inserts 1 at
position 0.
push(Array<Object|boolean|Array|string|number|Uint8Array|Y.Type>)