From be34b9b690a29d90ef8fc153a6f218b033f3ca3c Mon Sep 17 00:00:00 2001 From: Such6 Date: Thu, 20 Oct 2022 11:45:57 +0530 Subject: [PATCH 1/3] updated README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9477456..808c5f9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ It is built in Golang using the **Fiber** package. **Fiber** is an [Express](https://github.com/expressjs/express) inspired **web framework** You can read more about it **[here](https://github.com/gofiber/fiber)**. Project is right now at it's very intial stage and under developement. Our plan is to make this a **Good Open Source** project, where people can easily start contributing, fix bugs and add more features 🙂. +## Distictive features of SQLite + > Serverless + >Compact + > Public Domain + >Zero Configuration ## **🔧 Usage** From 4ba411098acb322f6007687e7113d31b0496c8a9 Mon Sep 17 00:00:00 2001 From: Tech Enthusiast Suchita <94823997+Such6@users.noreply.github.com> Date: Thu, 20 Oct 2022 11:49:05 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 808c5f9..a1d6a94 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,13 @@ You can read more about it **[here](https://github.com/gofiber/fiber)**. Project is right now at it's very intial stage and under developement. Our plan is to make this a **Good Open Source** project, where people can easily start contributing, fix bugs and add more features 🙂. ## Distictive features of SQLite > Serverless + >Compact + > Public Domain + >Zero Configuration + ## **🔧 Usage** From fb4de2cdd09d28b6a9d8ce3044ea8b9f85e8efc7 Mon Sep 17 00:00:00 2001 From: Tech Enthusiast Suchita <94823997+Such6@users.noreply.github.com> Date: Thu, 20 Oct 2022 11:51:00 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1d6a94..2199f8a 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ go run main.go ``` **5.)** Now you can visit `localhost:3000` and you will be able to see: -![Screenshot from 2022-09-22 12-21-21](https://user-images.githubusercontent.com/87603425/191677999-c3a95f63-8f4b-4b53-8a04-f50fc4323d9d.png) +![Screenshot from 2022-09-22 12-21-21](https://user-images.githubusercontent.com/98336593/195328073-4f030dda-587a-4b18-85e3-bc759945f666.png) ## **👥 Contributors**