diff --git a/README.md b/README.md index 3fe0930..f177595 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,5 @@ Base url = `https://corder.tech` | ---------------------------------- | ------------------------------- | ------------ | | `/mocha/users/{user_id}` | row with the given user | Yes | | `/mocha/users/*` | all rows | Yes | -| `/mocha/top/{n}` | users with the n highest scores | No | +| `/mocha/top/{n}` | users with the n highest scores | Yes | | `/mocha/set/{user_id}/{num_steps}` | 200 OK if successful | No |