Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ For asynchronous tasks, `neverthrow` offers a `ResultAsync` class which wraps a
## Installation

```sh
> npm install neverthrow
npm install neverthrow
```

## Recommended: Use `eslint-plugin-neverthrow`
Expand All @@ -83,7 +83,7 @@ As part of `neverthrow`s [bounty program](https://github.com/supermacro/neverthr
Install by running:

```sh
> npm install eslint-plugin-neverthrow
npm install eslint-plugin-neverthrow
```

With `eslint-plugin-neverthrow`, you are forced to consume the result in one of the following three ways:
Expand Down