Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 5, 2020
1 parent 18045e9 commit f80367b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Standard GitHub API implementation in python.

| Name | Type | Default | Description |
| ----- | ----- | ----- |----- |
| **GITHUB_USERNAME** | `str` | `None` | The username to be in the authentication with the GitHub API. |
| **GITHUB_PASSWORD** | `str` | `None` | The password to be in the authentication with the GitHub API. |
| **GITHUB_USERNAME** | `str` | `None` | The username to be used in the authentication with the GitHub API. |
| **GITHUB_PASSWORD** | `str` | `None` | The password to be used in the authentication with the GitHub API. |
| **GITHUB_ID** | `str` | `None` | While using OAuth provides a way to defined the client identifier. |
| **GITHUB_SECRET** | `str` | `None` | While using OAuth provides a way to defined the client secret. |
| **GITHUB_REDIRECT_URL** | `str` | `None` |T o be used in the OAuth process as the target redirect URL. |
Expand Down

0 comments on commit f80367b

Please sign in to comment.