Skip to content

Commit 49d4f1b

Browse files
committed
feat: Use JSON for data files
1 parent 09aa125 commit 49d4f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

skyetel/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ This integration runs on a schedule and automatically orders DIDs from [Skyetel]
1515
| MIN_STOCK | Minimum number of phone numbers to maintain per city | 50 | true | 0 |
1616
| MAX_STOCK | Maximum number of phone numbers to maintain per city | 100 | true | 0 |
1717
| SUPPORTED_CITIES_DATA_FILE | Name of the CSV file containing supported cities | `supported_cities.csv` | false | `supported_cities.csv` |
18-
| SOMLENG_NUMBER_VISIBILITY | Visibility of created phone number. `public` or `private` | `public` | false | public |
18+
| SOMLENG_NUMBER_VISIBILITY | Visibility of created phone number. `public` or `private` | `public` | false | `public` |
1919

2020
## Usage
2121

2222
See [examples](https://github.com/somleng/somleng-integrations/tree/develop/skyetel/examples).
2323

2424
## CLI
2525

26-
The CLI can be used to test your integration or in standalone mode.
26+
The CLI can be used to test your integration.
2727

2828
```bash
2929
Usage: somleng-skyetel [options]

0 commit comments

Comments
 (0)