Skip to content

Commit

Permalink
fix: typo (#2365)
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill authored Mar 12, 2024
1 parent 83ba473 commit 2536110
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $ w3 put ~/Pictures/ayy-lamo.jpg
⁂ https://dweb.link/ipfs/bafybeid6gpbsqkpfrsx6b6ywrt24je4xqe4eo4y2wldisl6sk7byny5uky
```

Use it anywhere you can get a shell. Get creative! For example, we use this for perfomance testing the [upload speed in CI](https://github.com/web3-storage/web3.storage/blob/9fafc830b841da0dd6bd5319c77febaded232240/.github/workflows/cron-test.yml#L36)!
Use it anywhere you can get a shell. Get creative! For example, we use this for performance testing the [upload speed in CI](https://github.com/web3-storage/web3.storage/blob/9fafc830b841da0dd6bd5319c77febaded232240/.github/workflows/cron-test.yml#L36)!

Run `w3 --help` or have a look at https://github.com/web3-storage/web3.storage/tree/main/packages/w3#readme to find out everything it can do.

Expand Down Expand Up @@ -144,7 +144,7 @@ npm init -w packages/website
To run an npm script in one or more workspaces

```console
# run test commmand in package `a` and `b`
# run test command in package `a` and `b`
npm run test --workspace=packages/a --workspace=packages/b
```

Expand Down

0 comments on commit 2536110

Please sign in to comment.