SoftInstigate / restheart

Rapid API Development with MongoDB
https://restheart.org
GNU Affero General Public License v3.0
805 stars 171 forks source link

Documentation error #80

Closed merlijn-sebrechts closed 8 years ago

merlijn-sebrechts commented 8 years ago

Hi

The docs at https://softinstigate.atlassian.net/wiki/display/RH/API+tutorial contain some errors. The httpie commands aren't always the correct ones. For example:

Create a Collection

$ http PUT 127.0.0.1:8080/myfirstdb desc='this is my first db created with restheart'

ujibang commented 8 years ago

Hello @galgalesh

I fixed it. You might want to give it a try :)

Thanks for reporting this.

merlijn-sebrechts commented 8 years ago

Looks good now, Thanks!

ujibang commented 8 years ago

Thank you.

This is how a project becomes great!