From 904435ca57c4c7d725e6db85b1ec33e002fa25f2 Mon Sep 17 00:00:00 2001 From: Atharv Gupte <74566464+Pandademic@users.noreply.github.com> Date: Wed, 9 Mar 2022 15:44:04 -0500 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f2f4054..095143d 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,16 @@ a := 9 luve.Luve(a) // now the compiler wont complain! ``` +**Seriously , that's it 🤯** +if you want the version of luve your using , use `LuveVer`. +## EXAMPLE +_______________ +```go +[...] +import "github.com/Pandademic/luve" +a := 9 +b := 10 +luve.Luve(a,b) +fmt.Println("luve version:"+luve.LuveVer) +[...] +```