diff --git a/README.md b/README.md
index e6851ba8..969c05d9 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Vue SFC REPL as a Vue 3 component.
## Basic Usage
-**Note: 2.0 now supports Monaco Editor, but also requires explicitly passing in the editor to be used for tree-shaking.**
+**Note: `@vue/repl` >= 2 now supports Monaco Editor, but also requires explicitly passing in the editor to be used for tree-shaking.**
### With CodeMirror Editor
@@ -46,41 +46,42 @@ Customize the behavior of the REPL by manually initializing the store.
```vue