Skip to content

Commit

Permalink
docs: add explicit install command to README.md (#84)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
JoshuaKGoldberg committed Dec 21, 2023
1 parent a4f30bf commit 87f0f9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@

## Usage

```shell
npm i dedent
```

```js
import dedent from "dedent";

Expand Down

0 comments on commit 87f0f9b

Please sign in to comment.