From 2a6a98951d51ef2c265a6e63317725c869439c12 Mon Sep 17 00:00:00 2001 From: shugaProm <60407739+shugaProm@users.noreply.github.com> Date: Sun, 5 Apr 2020 15:20:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bba8b34..08862d7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # shopping-cart Hands on for NodeJS Development - Shopping-cart app where registered/signed up and non-registered users can select and add items to cart, reistered users can log in and see their cart sessions. + Shopping-cart app where registered/signed up and non-registered users can select and add items to cart, registered users can log in and see their cart sessions. The user can select multiple items, selecting an item more than once groups the item in a collection with the corresponding price. The user can then see the aggregated collection of cart items and total price.