From bcadaad924d0378e8aba553e77344b6f3bab5c9e Mon Sep 17 00:00:00 2001 From: Naim Malek Date: Sat, 28 Nov 2020 19:17:15 +0530 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fddabb..496e58d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # an-qrcode -`an-qrcode` is simple angular library to generate QR Codes in Angular 6/7/8/9/10 app app with support for AOT and the Ivy compiler. +`an-qrcode` is simple angular library to generate QR Codes in Angular 6/7/8/9/10/11 app app with support for AOT and the Ivy compiler. [![npm version](https://badge.fury.io/js/an-qrcode.svg)](https://badge.fury.io/js/an-qrcode) @@ -11,7 +11,7 @@ You can find demo app here ## Installation ``` -# Angular 6/7/8/9/10 +# Angular 6/7/8/9/10/11 npm install an-qrcode --save ```