Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Documentation typo #65

Closed
r-a-y opened this issue Apr 3, 2017 · 1 comment
Closed

Documentation typo #65

r-a-y opened this issue Apr 3, 2017 · 1 comment

Comments

@r-a-y
Copy link

r-a-y commented Apr 3, 2017

Hi,

Nice work! I came across a small, little bug.

In readme.md, you have the following code:

curl --header "Authorization: Basic ACCESS_TOKEN" -X POST -d "title=New Title" http://LOCALHOST/wp-json/wp/v2/posts/POST_ID}

The code should be:

curl --header "Authorization: Basic ACCESS_TOKEN" -X POST -d "title=New Title" http://LOCALHOST/wp-json/wp/v2/posts/POST_ID

Remove the right curly brace! :)

georgestephanis pushed a commit that referenced this issue Aug 15, 2017
Fixes #65
@martinjbaker
Copy link

umm this is still there in the current plug-in "Details" section
https://wordpress.org/plugins/application-passwords/#description

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants