From e54de01c45479ab4f19ad0df658794dcdabdaa3f Mon Sep 17 00:00:00 2001 From: nickolay Date: Thu, 22 Apr 2021 14:05:43 +0300 Subject: [PATCH] - added usage example to readme --- readme.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 6d92165..e39bb7b 100644 --- a/readme.md +++ b/readme.md @@ -70,16 +70,10 @@ - Actively maintained - [Used by ~50,000 packages](https://www.npmjs.com/browse/depended/chalk) as of January 1, 2020 -## Install - -```console -$ npm install chalk -``` - ## Usage ```js -import chalk from 'chalk'; +import chalk from "https://deno.land/x/chalk_deno@v4.1.1-deno/source/index.js" console.log(chalk.blue('Hello world!')); ```