From a4198ad3d0fca6b214da19ca8c55430cf572dfd7 Mon Sep 17 00:00:00 2001 From: Sayem Shahrier Date: Wed, 7 Nov 2018 15:47:41 -0500 Subject: [PATCH] Update README.md Removed repeated description on readme file --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 2098b0b..342b89e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ # Inventory Project -Create a product class which has a price, id, and quantity on hand. Then create an inventory class which keeps track -of various products and can sum up the inventory value. - ![inv](https://user-images.githubusercontent.com/11141681/48005646-f0fa5080-e0e1-11e8-852a-dcc35b5b4e8e.png) ## Project Description