From 06c857c099c896d486b7b73ee7436bbb3dea832c Mon Sep 17 00:00:00 2001 From: Nikolay Kasyanov <65883674+Unbewohnte@users.noreply.github.com> Date: Fri, 14 May 2021 14:34:18 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c173813..9dc9a5e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# REST api -## RESTful api written in Go`s standart library +# CRUD api +## A simple CRUD api written in Go`s standart library API has implementation of "GET", "POST", "PUT", "DELETE" http methods, allowing to Create, Read, Update and Delete json objects in database. @@ -13,4 +13,4 @@ Example of a single object stored in a json database : { "text": "text" } -This project was my first take on such thing. The goal was to create a basic working example and it looks like that I`ve achieved that goal. \ No newline at end of file +This project was my first take on such thing. The goal was to create a basic working example and it looks like that I`ve achieved that goal.