diff --git a/Readme.md b/Readme.md index 8334b61..d6b0e9c 100644 --- a/Readme.md +++ b/Readme.md @@ -71,19 +71,6 @@ var view = reactive(template, model); ``` -You can push (pop, shift, etc) to the array and the view will be updated accordingly. -```js -model.people.push('Eve'); -``` - -```html -