From 84eef3926d4bae5fb3d2afddaed095dd20bfb158 Mon Sep 17 00:00:00 2001 From: Denis Zavgorodny Date: Sun, 14 Apr 2019 18:56:40 +0300 Subject: [PATCH] + --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.