diff --git a/README.md b/README.md index da6209f20..facfb1f92 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ fetch('users.json').then((users: Object[]) => { }); ``` -Now you can use `users[0].getName()` and `users[0].isAdult()` methods. +Now you can use `realUsers[0].getName()` and `realUsers[0].isAdult()` methods. ## Installation[⬆](#table-of-contents)