Skip to content

Commit d9d3210

Browse files
authored
Merge pull request #2 from devicons/feature/fix-typo
fix typo in OAuth
2 parents 61d1f53 + b1e1c6d commit d9d3210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ icon checking process.
1313

1414
**Prerequisite**
1515
1. Sign up for an API client id (see [this](https://apidocs.imgur.com/#intro)).
16-
* Note: You do not need an OATH token for this action.
16+
* Note: You do not need an OAuth token for this action.
1717
2. Add the client id to the repo's secrets (see [this](https://docs.github.com/en/free-pro-team@latest/actions/reference/encrypted-secrets#in-this-article))
1818

1919

@@ -109,4 +109,4 @@ Here's a real life example from our [devicon](https://github.com/devicons/devico
109109
## Credits ##
110110
The script for parsing multiple paths and glob inputs was taken from the [upload-artifacts](https://github.com/actions/upload-artifact/blob/main/src/search.ts) repo.
111111

112-
The [API](https://apidocs.imgur.com/#intro) is provided by Imgur.
112+
The [API](https://apidocs.imgur.com/#intro) is provided by Imgur.

0 commit comments

Comments
 (0)