Skip to content

Commit

Permalink
Fix spelling mistakes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmHughes committed Mar 10, 2020
1 parent c6f62fa commit 90f0d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# GIPHY Generator - GitHub Action
A GitHub Action (written in JavaScript) to generate a comment on issues and PRs, responding to the command `/giphy <search_term>`, leveraging the [GIPHY API](https://developers.giphy.com/docs/api/endpoint/#search). Powered by GIPHY and GitHub Actions!

For example, if I commnented on an Issue and included the phrase `/giphy another one`, I would see a comment from this action of a gif response from [GIPHY's Search API](https://developers.giphy.com/docs/api/endpoint/#search) for `another one`:
For example, if you commented on an Issue and included the phrase `/giphy another one`, you would see a comment from this action of a gif response from [GIPHY's Search API](https://developers.giphy.com/docs/api/endpoint/#search) for `another one`:

![/giphy another one](https://media.giphy.com/media/xThuWcZzGnonnG3ayQ/giphy.gif)

Expand Down

0 comments on commit 90f0d79

Please sign in to comment.