From 4d54c872db88b05f97a6b84adcad2a0487073c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=2E=20Nagy=20Gerg=C5=91?= Date: Tue, 17 Oct 2023 11:09:29 +0200 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 345ddc6..4fe96da 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,17 @@ ## Installation ```sh -npm install conedevelopment/qkie +npm install @conedevelopment/qkie # or -yarn add conedevelopment/qkie +yarn add @conedevelopment/qkie ``` ## Usage ```js -import Cookie from 'conedevelopment/qkie'; +import Cookie from '@conedevelopment/qkie'; const handler = new Cookie(); ```