From 4e7c999412e742d59056265b56263dd04d712751 Mon Sep 17 00:00:00 2001 From: megatank58 Date: Sat, 1 Oct 2022 15:38:21 +0530 Subject: [PATCH] docs(readme): add links to website and docs (#59) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 722ccc4..c9fc195 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@

-Minima ๐Ÿฆ„ is a reliable and lightweight framework for Go to carve the web ๐Ÿ’ป. Developed with core net/http๐Ÿ”Œand other native packages, and with 0 dependencies +Minima ๐Ÿฆ„ is a reliable and lightweight framework for Go to carve the web ๐Ÿ’ป. Developed with core net/http๐Ÿ”Œand other native packages, and with 0 dependencies.

@@ -59,6 +59,11 @@ func main() { ``` +## ๐Ÿ”– Guide + +Official guide: https://guide.gominima.studio +Official docs: https://gominima.studio + ## ๐Ÿ”ฎ Features - **Reliable** - great modular API for building great server side applications