diff --git a/README.md b/README.md index 4a43bd6..efa2241 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ createApp({ ### Lifecycle Events -You can listen to the special `vue:mounted` and `vue:unmounted` lifecycle events for each element (the `vue:` prefixed is required in 0.4.0+): +You can listen to the special `vue:mounted` and `vue:unmounted` lifecycle events for each element (the `vue:` prefix is required since v0.4.0): ```html