Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 03610b5

Browse files
kevingzhangdaviddias
authored andcommitted
docs: fix link to example
1 parent d8197f9 commit 03610b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/exchange-files-in-browser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ It's there in line 5 - see the `/ws`? Good. that means it is listening.
125125

126126
### 3. Start the WebApp project
127127

128-
Now, you'll need to make sure you are in `js-ipfs/examples/transfer-files`. You'll see a `package.json`: this manifest holds the information for which packages you'll need to install to run the webapp. Let's install them, and then start the project:
128+
Now, you'll need to make sure you are in `js-ipfs/examples/exchange-files-in-browser`. You'll see a `package.json`: this manifest holds the information for which packages you'll need to install to run the webapp. Let's install them, and then start the project:
129129

130130
```sh
131131
> npm install

0 commit comments

Comments
 (0)