diff --git a/README.md b/README.md index 1017b930..95ce9e29 100644 --- a/README.md +++ b/README.md @@ -1072,7 +1072,7 @@ doc.transact(() => { ytext.insert(0, 'abc') }, 41) undoManager.undo() -ytext.toString() // => '' (not tracked because 41 is not an instance of +ytext.toString() // => 'abc' (not tracked because 41 is not an instance of // `trackedTransactionorigins`) ytext.delete(0, 3) // revert change