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

Commit ac866e7

Browse files
committed
Modifications to transfer-files readme
1 parent 3386978 commit ac866e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/transfer-files/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tutorial - Transfer files between the browser and other IPFS nodes
22

3-
> Welcome! This tutorial will help you a tiny web application where you can fetch and add files to IPFS and transfer these between a go-ipfs node and a js-ipfs node.
3+
> Welcome! This tutorial will help you build a tiny web application where you can fetch and add files to IPFS and transfer these between a go-ipfs node and a js-ipfs node.
44
55
There are a couple of caveats:
66

@@ -12,7 +12,7 @@ That being said, we will explain throughout this tutorial to circunvent the cave
1212

1313
## Application diagram
1414

15-
The goal of this tutorial is to create a WebApplication with an IPFS node that dials to other instances of it using WebRTC, and at the same time dial and transfer files from a Desktop IPFS node using WebSockets as the transport.
15+
The goal of this tutorial is to create a application with a IPFS node that dials to other instances of it using WebRTC, and at the same time dial and transfer files from a Desktop IPFS node using WebSockets as the transport.
1616

1717
┌──────────────┐ ┌──────────────┐
1818
│ Browser │ │ Browser │
@@ -53,9 +53,9 @@ TODO: Insert final screenshot here
5353

5454
**Instructions:**
5555

56-
- 1. Set up, install a go-ipfs and/or js-ipfs in your machine
56+
- 1. Set up, install a go-ipfs node in your machine
5757
- 2. Make your daemons listen on WebSockets
58-
- 3. Start the WebApp project
58+
- 3. Initialize the project
5959
- 4. Create the frame for your IPFS enabled app
6060
- 5. Add and cat a file
6161
- 6. Use WebRTC to dial between browser nodes

0 commit comments

Comments
 (0)