Skip to content

Commit

Permalink
docs: remove dev flag from readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfla1 committed Nov 3, 2023
1 parent 295b7bc commit 5f98862
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ If used in libraries is not advised to expose `Result` to the library public API
### Install

```sh
yarn add -D resful
yarn add resful

npm install -D resful
npm install resful

pnpm install -D resful
pnpm install resful
```

### Basic usage
Expand Down

0 comments on commit 5f98862

Please sign in to comment.