From d93360537fb60181c602d6272916de18eca58e59 Mon Sep 17 00:00:00 2001 From: Miguel Magno <56565368+Miguel0101@users.noreply.github.com> Date: Mon, 4 Oct 2021 13:37:07 -0300 Subject: [PATCH] fix typos (#2634) --- docs/libs/qrcode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/libs/qrcode.md b/docs/libs/qrcode.md index 0610154f9..5ab2326a1 100644 --- a/docs/libs/qrcode.md +++ b/docs/libs/qrcode.md @@ -9,8 +9,8 @@ QR code generation with LVGL. Uses [QR-Code-generator](https://github.com/nayuki ## Get started - Download or clone this repository - - [Download](https://github.com/littlevgl/lv_lib_qrcode.git) from GitHub - - Clone: git clone https://github.com/littlevgl/lv_lib_qrcode.git + - [Download](https://github.com/lvgl/lv_lib_qrcode.git) from GitHub + - Clone: git clone https://github.com/lvgl/lv_lib_qrcode.git - Include the library: `#include "lv_lib_qrcode/lv_qrcode.h"` - Test with the following code: ```c