From 89b017df5d8b449c9e68bbcd90fbddebb875f1b2 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Sat, 25 Jul 2020 05:32:55 +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 5e89c7c..42c16f8 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,6 @@ All endpoints require an `authentication token` provided by your mobile tracking `PATCH /member/type` - Updates a member type. Valid types include `parent`,`user`, and `admin`. -`DELETE /family/{family}` - Removes a family member. +`DELETE /family/{family}` - Removes a family. `DELETE /family/{family}/member/{firstname}/{lastname}` - Removes family member from a family.