diff --git a/README.md b/README.md index a02e537..e5f0e88 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ render() { } ``` -with the spread operator (object needs to be compatible with [Vue Data Object](https://vuejs.org/v2/guide/render-function.html#The-Data-Object-In-Depth)): +with the spread operator (object needs to be compatible with [Vue Data Object](https://v2.vuejs.org/v2/guide/render-function.html#The-Data-Object-In-Depth)): ```jsx render() {