From ccbe8793b4f1b8bb87835c1292e7c9d7881461c1 Mon Sep 17 00:00:00 2001 From: James Corder Guy Date: Wed, 18 Apr 2018 19:35:42 -0500 Subject: [PATCH] Fix typo --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 07876c4..3fe0930 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Base url = `https://corder.tech` -| Endpoint | Return | Implemented? | -| ---------------------------------- | ------------------------------ | ------------ | -| `/mocha/users/{user_id}` | row with the given user | Yes | -| `/mocha/users/*` | all rows | Yes | -| `/mocha/top/{n}` | user with the n highest scores | No | -| `/mocha/set/{user_id}/{num_steps}` | 200 OK if successful | No | +| Endpoint | Return | Implemented? | +| ---------------------------------- | ------------------------------- | ------------ | +| `/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/set/{user_id}/{num_steps}` | 200 OK if successful | No |