From ccc781b8ddd30fbdd5a3a8daae4303e6b6c15ae8 Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Sat, 19 Sep 2020 13:10:09 -0400 Subject: [PATCH] docs: better format for carriers Signed-off-by: Jef LeCompte --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2ae7389..13d7a62 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ First, you're going to need to copy the `.env.example` to `.env`. The current op #### Supported stores -| **Store name** | **Store name environment variable** | +| **Stores** | **Environment variable** | |:---:|:---:| | Best Buy | `bestbuy`| | Amazon | `amazon`| @@ -96,15 +96,16 @@ First, you're going to need to copy the `.env.example` to `.env`. The current op > :point_right: Look at [`.env.example`](.env.example) for an example for `.env`. - #### Supported carriers -- AT&T -- Google -- Sprint -- Telus -- T-Mobile -- Verizon +| **Carrier** | **Environment variable** | +|:---:|:---:| +| AT&T | `att`| +| Google | `google`| +| Sprint | `sprint`| +| Telus | `telus`| +| T-Mobile | `tmobile`| +| Verizon | `verizone`| ## FAQ