From 5e9098f1e9c004be79964a00ece36e5c423d15ea Mon Sep 17 00:00:00 2001 From: Corder Guy Date: Tue, 17 Apr 2018 14:13:52 -0500 Subject: [PATCH] Update documentation --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b21d076..07db75b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ -API endpoints: +# API endpoints: -```/mocha/users/{user_id}``` +| Endpoint | Return | +| ------------------------ | ----------------------- | +| `/mocha/users/{user_id}` | row with the given user | +| `/mocha/users/*` | all rows |