diff --git a/README.md b/README.md index f177595..88065c2 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ 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 | Yes | -| `/mocha/set/{user_id}/{num_steps}` | 200 OK if successful | No | +| `/mocha/set/{user_id}/{new_score}` | 200 OK if successful | No |