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.