diff --git a/README.md b/README.md index 781d913..3fe844d 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,11 @@ API has implementation of "GET", "POST", "PUT", "DELETE" http methods, allowing --- -Just practicing things +## Status + +Can POST a new RandomData, GET all or a specific one. + +--- + +It`s not a recommended or even the correct way of doing a CRUD api of such sort, I'm just practicing