pouchdb / add-cors-to-couchdb

CLI to add a good default CORS configuration to CouchDB
Apache License 2.0
132 stars 18 forks source link

Fix typo in readme. #11

Closed danhawkes closed 9 years ago

danhawkes commented 9 years ago

The first command in the readme doesn't work because it says to use POST, but only GET, PUT and DELETE are supported for config. This makes the readme example match the script's behaviour.

NickColley commented 9 years ago

Thanks @danhawkes ! :+1: