Skip to content

Commit

Permalink
Improving format for README
Browse files Browse the repository at this point in the history
  • Loading branch information
g3ortega committed Sep 7, 2021
1 parent f948b3c commit de3d0c7
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ You need to provide an `inventory_file_path`, you can provide it using the flag
To run it without install it. From project root path execute:

```
bundle exec exe/price_calculator order --inventory_file_path=./data/inventory.json
bundle exec exe/price_calculator order --inventory_file_path=./data/inventory.json
```

### Print current inventory
Expand All @@ -77,16 +77,16 @@ price_calculator pricing_table --inventory_file_path=./data/inventory.json
### Start a new order

```
price_calculator order --inventory_file_path=./data/inventory.json
Please enter all the items purchased separated by a comma: milk,milk,milk
+------+----------+-------+
| Item | Quantity | Price |
+------+----------+-------+
| Milk | 3 | $8.97 |
+------+----------+-------+
Total price: $8.97
You saved: $2.94 today
price_calculator order --inventory_file_path=./data/inventory.json
Please enter all the items purchased separated by a comma: milk,milk,milk
+------+----------+-------+
| Item | Quantity | Price |
+------+----------+-------+
| Milk | 3 | $8.97 |
+------+----------+-------+
Total price: $8.97
You saved: $2.94 today
```

## TODO MVP
Expand Down

0 comments on commit de3d0c7

Please sign in to comment.