From 189573147dd7c041fdbd49252a2e8a23667e5573 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 7 Oct 2021 04:36:27 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a602ae3..dabf9d9 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Install with [luarocks](https://luarocks.org): luarocks install qrprinter ``` +For a list of available versions, see the [luarocks module page](https://luarocks.org/modules/jessieh/qrprinter). + ## Example Usage @@ -24,9 +26,8 @@ luarocks install qrprinter ``` qrprinter.encode_string( string ) ``` -Encodes `string` into a table representing a QR code. - -Returns a 2D sequential table of true/false values representing black/white QR modules. +Encodes `string` into a table representing a QR code.\ +Returns a two-dimensional sequential table of true/false values representing black/white QR modules. ### Printing