From 8667b806a6d818735d055cd6f03592881e899c03 Mon Sep 17 00:00:00 2001 From: Mike Casey Date: Tue, 27 Jun 2017 10:47:59 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7368cae..01cbcde 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ A children's bookshop web app developed using Ruby/SQL/Sinatra This app enables a bookshop owner/worker to manage the shop's stock. This is not an app for customers, but for shop employees only. The user can: -Show inventory pages listing the books and authors -Create books and authors -Show stock levels for the books (High/Medium/Low) -Add a buy and sell price to each stock item -Calculate the possible markup on items and show on inventory page +1) Show inventory pages listing the books and authors +2) Create books and authors +3) Show stock levels for the books (High/Medium/Low) +4) Add a buy and sell price to each stock item +5) Calculate the possible markup on items and show on inventory page The details of the books and authors are kept in a SQL database and accessed via Ruby.