Skip to content

Commit 87f0f9b

Browse files
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
1 parent a4f30bf commit 87f0f9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727

2828
## Usage
2929

30+
```shell
31+
npm i dedent
32+
```
33+
3034
```js
3135
import dedent from "dedent";
3236

0 commit comments

Comments
 (0)