We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f09b9bf commit e59753fCopy full SHA for e59753f
readme.md
@@ -6,3 +6,6 @@ the REST API.
6
Before loading index.html, open `includes/app/main.js` and edit the REST_URL constant value to your own site
7
your URL should be the homepage URL of your WordPress site followed by wp-json
8
`http://yoursite.com/wp-json/`
9
+
10
+This project uses mustache.js for templating the output. This is not necessary, as you can choose to print the response
11
+directly from the `.done()` method of the request
0 commit comments