Skip to content

Commit bf27b71

Browse files
committed
Update README.md
1 parent ecb27cb commit bf27b71

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Minimal Pythin warpper for Stripe
1+
# Minimal Python Warpper for Stripe
22

33
This minimal library pulls the products from Stripe in `JSON` format.
44

55
<br />
66

7-
## Quick Start
7+
## Quick Start
88

99
<br />
1010

11-
> 👉 **Step 1** - Create `.env` using provided `env.sample`
11+
> **Step 1** - Create `.env` using provided `env.sample`
1212
1313
Add `.env` file in your projects root directory and add the following credentials
1414

@@ -18,7 +18,7 @@ STRIPE_API_KEY=<REAL_VALUE_HERE>
1818

1919
<br />
2020

21-
> 👉 **Step 1** - Install `dependencies`
21+
> **Step 1** - Install `dependencies`
2222
2323
```bash
2424
$ python -m venv env
@@ -28,7 +28,7 @@ $ pip install -r requirements.txt
2828

2929
<br />
3030

31-
> 👉 Pull the products from Stripe dashboard
31+
> Pull the products from Stripe dashboard
3232
3333
```bash
3434
$ python run.py
@@ -42,4 +42,14 @@ The products are saved in `products.json`. Available props:
4242
- `images`
4343
- `price`
4444

45-
<br />
45+
<br />
46+
47+
## Credits & Links
48+
49+
- Free [support](https://appseed.us/support) via Email & Discord
50+
- [Stripe Dev Tools](https://stripe.com/docs/development) - official docs
51+
52+
<br />
53+
54+
---
55+
**Python Warpper for Stripe** - Free library provided by [AppSeed](https://appseed.us).

0 commit comments

Comments
 (0)