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) +[...] +```