Skip to content

Commit 5a78462

Browse files
committed
Update README.md
1 parent 58d8a96 commit 5a78462

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ STRIPE_API_KEY=<REAL_VALUE_HERE>
4646

4747
<br />
4848

49-
> **Step 1** - Install `dependencies`
49+
> **Step 2** - Install `dependencies`
5050
5151
```bash
5252
$ python -m venv env
@@ -56,13 +56,13 @@ $ pip install -r requirements.txt
5656

5757
<br />
5858

59-
> Pull the products from Stripe dashboard
59+
> **Step 3** - Pull the products from Stripe dashboard
6060
6161
```bash
6262
$ python run.py
6363
```
6464

65-
The products are saved in `products.json`. Available props:
65+
The products are saved in `products.json` (current working directory). Available props:
6666

6767
- `id`
6868
- `name`

0 commit comments

Comments
 (0)