From 74262287e3939403547164c7dbf7b32e17879b0c Mon Sep 17 00:00:00 2001 From: elusivecodes <49225527+OJMichael@users.noreply.github.com> Date: Sat, 24 Dec 2022 18:14:39 +1000 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04aac33..76d0a47 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ It is a lightweight (~4kb gzipped) and modern library, and features full support **Using NPM** ``` -npm i frostcolor +npm i @fr0st/color ``` In Node.js: ```javascript -import Color from 'frostcolor'; +import Color from '@fr0st/color'; ```