Skip to content

Commit

Permalink
Add Airtable table name from the example
Browse files Browse the repository at this point in the history
  • Loading branch information
wkocjan committed Apr 1, 2020
1 parent 0a9b98d commit a0cd51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
@@ -1,4 +1,4 @@
# Airtable API Key (Help > API Documentation)
AIRTABLE_API_KEY=""
AIRTABLE_BASE_ID=""
AIRTABLE_TABLE_NAME=""
AIRTABLE_TABLE_NAME="Destinations"
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -54,7 +54,7 @@ Copy included `.env.example` file to `.env` and fill it with your unique values:
```
AIRTABLE_API_KEY=""
AIRTABLE_BASE_ID=""
AIRTABLE_TABLE_NAME=""
AIRTABLE_TABLE_NAME="Destinations"
```

You can find your API key and Base ID by clicking "Help" and then "API Documentation". Table name in the example is "Destinations" (case sensitive name).
Expand Down

0 comments on commit a0cd51b

Please sign in to comment.