diff --git a/README.md b/README.md index b65949e..d3df75c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ You have to modify file index.js and create the methods for *Shop Cart*: * `clear()` – method should clear the cart (remove all items); * `setCount(item, count)` – method should change quantity for `item`. If the method receive `count` below or equal zero, then it should throw Exception; -**Important!** You shold change only index.js file. +**Important!** You should change only index.js file. To check your work we created a file with Jest tests. You can run tests with npm command: `npm run test`.