Skip to content

Commit

Permalink
New docs with table
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed May 20, 2019
1 parent 0885835 commit a8b6c42
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -4,9 +4,11 @@ Simple [Prismic](http://prismic.io) Python API client.

## Configuration

* `PRISMIC_REPO` (`str`) - The name of the repository to be used as context (defaults to `None`)
* `PRISMIC_REF` (`str`) - The default Prismic reference to be used (defaults to `None`)
* `PRISMIC_TOKEN` (`str`) - The secret token to be used to authenticate API requests (defaults to `None`)
| Name | Type | Description |
| ----- | ----- | ----- |
| **PRISMIC_REPO** | `str` | The name of the repository to be used as context (defaults to `None`). |
| **PRISMIC_REF** | `str` | The default Prismic reference to be used (defaults to `None`). |
| **PRISMIC_TOKEN** | `str` | The secret token to be used to authenticate API requests (defaults to `None`). |

## License

Expand Down

0 comments on commit a8b6c42

Please sign in to comment.