Skip to content

Commit

Permalink
Remove extra k from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AramZS committed Aug 18, 2017
1 parent c0ee169 commit 1060956
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 @@ -12,7 +12,7 @@ VoiceWP is a WordPress plugin that integrates with Amazon Alexa to create and en

VoiceWP creates REST endpoints using the WordPress REST API. These endpoints handle all of the logic of your Alexa skills. When a user interacts with your skill, it sends a Request to an endpoint, which is processed by this plugin, and sends the Response back to the user.

Yourk skills and settings can easily be created and configured within the WordPress admin dashboard via the provided settings screen and meta fields.
Your skills and settings can easily be created and configured within the WordPress admin dashboard via the provided settings screen and meta fields.

For more on how Alexa skills work in general, [see here](https://developer.amazon.com/alexa-skills-kit).

Expand Down Expand Up @@ -372,4 +372,4 @@ add_filter( 'voicewp_post_types', 'my_voicewp_post_types' );

## Credits

See [credits.txt](/credits.txt)
See [credits.txt](/credits.txt)

0 comments on commit 1060956

Please sign in to comment.