From 91ead266929d6febf8597877ccf23d0efd5252c0 Mon Sep 17 00:00:00 2001 From: "Gagandeep S. Chhabra" Date: Fri, 12 Apr 2019 00:57:56 +0530 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92a619e..ddd904a 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ if __name__ == '__main__': That's all folks, our user service is ready to roll, the entity is saved, we can re-load the object from the database, or we can request its json schema for validation, or metadata to generate an SPA (Single Page Application). Of course validation and some more goodies are built-in as well :) -### Retrieving our our User, using HTTP requests +### Retrieving our User, using HTTP requests **GET request**: ```bash