From 9abbd39ef1993d962979d4247eb8b121dfca5ca6 Mon Sep 17 00:00:00 2001 From: aruZeta Date: Fri, 9 Sep 2022 19:59:42 +0200 Subject: [PATCH] [release] v1.0.1 --- QRgen.nimble | 2 +- README.md | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/QRgen.nimble b/QRgen.nimble index 400ca7c..8d2f33e 100644 --- a/QRgen.nimble +++ b/QRgen.nimble @@ -1,6 +1,6 @@ # Package -version = "1.0.0" +version = "1.0.1" author = "aruZeta" description = "A QR code generation library." license = "MIT" diff --git a/README.md b/README.md index 85b1a40..78949e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

@@ -45,11 +45,11 @@ let myQR = newQR("https://github.com/aruZeta/QRgen")
myQR.printTerminal
- +
myQR.printSvg
- + @@ -63,11 +63,11 @@ let myQR = newQR("https://github.com/aruZeta/QRgen")
myQR.printSvg("#1d2021","#98971a")
- +
myQR.printSvg("#1d2021","#98971a",2)
- + @@ -81,7 +81,7 @@ let myQR = newQR("https://github.com/aruZeta/QRgen")
myQR.printSvg("#1d2021","#98971a",3.5,0.4)
- + @@ -96,7 +96,7 @@ Since the generated SVGs have css classes, we can do stuff like this: https://user-images.githubusercontent.com/68018085/188283528-45b2daf7-ff61-4930-a757-fd6d0846939c.mp4 -Also, check the [docs](https://aruzeta.github.io/QRgen/develop/QRgen.html) to +Also, check the [docs](https://aruzeta.github.io/QRgen/main/QRgen.html) to know more about the main API. # License