From 87f0f9b58f89f911399ae992df2efb868627b54b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josh=20Goldberg=20=E2=9C=A8?= Date: Thu, 21 Dec 2023 10:52:03 -0500 Subject: [PATCH] docs: add explicit install command to README.md (#84) ## PR Checklist - [x] Addresses an existing open issue: fixes #83 - [x] That issue was marked as [`status: accepting prs`](https://github.com/dmnd/dedent/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/dmnd/dedent/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Adds an explicit `npm install dedent` code block to the top of the README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5a1c4ec..ed8fd4a 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ ## Usage +```shell +npm i dedent +``` + ```js import dedent from "dedent";