From 68cb08b3a80b9ceec131c3fc49f19cace53e41f2 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Sat, 25 Jul 2020 05:33:57 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19ccfff..c7c79aa 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ All endpoints require an `authentication token` provided by your mobile tracking `GET /member/{firstname}/{lastname}/location` - Gets current location of a member. -`POST /member/{firstname}/{lastname}/{firstname}/{lastname}/location` - Checks into a new location. +`POST /member/{firstname}/{lastname}/location` - Checks into a new location. `PATCH /member/{firstname}/{lastname}/location` - Update current location statistics.