Skip to content

Commit 2536110

Browse files
authored
fix: typo (#2365)
1 parent 83ba473 commit 2536110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $ w3 put ~/Pictures/ayy-lamo.jpg
5252
⁂ https://dweb.link/ipfs/bafybeid6gpbsqkpfrsx6b6ywrt24je4xqe4eo4y2wldisl6sk7byny5uky
5353
```
5454

55-
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)!
55+
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)!
5656

5757
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.
5858

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

146146
```console
147-
# run test commmand in package `a` and `b`
147+
# run test command in package `a` and `b`
148148
npm run test --workspace=packages/a --workspace=packages/b
149149
```
150150

0 commit comments

Comments
 (0)