Skip to content

Commit

Permalink
fix: examples readme typos (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkmc authored and jacobheun committed Nov 26, 2019
1 parent b733480 commit 35ac02d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# `js-libp2p` Examples and Tutorials

In this folder, you can find a variety of examples to help you get started in using js-libp2p, in Node.js and in the Browser. Every example as a specific purpose and some of each incorporate a full tutorial that you can follow through, helping you expand your knowledge about libp2p and p2p networks in general.
In this folder, you can find a variety of examples to help you get started in using js-libp2p, in Node.js and in the Browser. Every example has a specific purpose and some incorporate a full tutorial that you can follow through, helping you expand your knowledge about libp2p and p2p networks in general.

Let us know if you find any issue or if you want to contribute and add a new tutorial, feel welcome to submit a PR, thank you!
Let us know if you find any issues, or if you want to contribute and add a new tutorial, feel free to submit a PR, thank you!

## Understanding how libp2p works

Expand All @@ -23,4 +23,4 @@ Let us know if you find any issue or if you want to contribute and add a new tut
- [The standard echo net example with libp2p](./echo)
- [A simple chat app with libp2p](./chat)

For go-libp2p examples, check https://github.com/libp2p/go-libp2p-examples#examples-and-tutorials
For go-libp2p examples, check out https://github.com/libp2p/go-libp2p-examples#examples-and-tutorials

0 comments on commit 35ac02d

Please sign in to comment.