raisingthefloor / morphic-api-server

Other
2 stars 0 forks source link

Fixed curl command in README.md for registering a new user #104

Closed klown closed 3 years ago

klown commented 4 years ago

This is a fix to the documentation -- no code was affected.

The example curl command for registering a new user has issues. The path needs to start with /v1, e.g., /v1/register/username, and it needs to be a POST request. It's been adjusted accordingly, and some information regarding what to expect when it's executed was added.