Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH3RSKO <34112131+H3RSKO@users.noreply.github.com>2020-08-16 18:58:54 +0300
committerGitHub <noreply@github.com>2020-08-16 18:58:54 +0300
commit29f266fec6d8354c7904a087c7029b16a75133d1 (patch)
treea8887031e6038cb852e3fe4fbb89a8c03c12fdba /README.md
parent1a736457cc6389e63ea5b33991fdd73f889d0ee2 (diff)
Updated Readme
Changed 'let's' to the correct 'lets'
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 36b3d71..cb48f95 100644
--- a/README.md
+++ b/README.md
@@ -169,7 +169,7 @@ There are more examples in [docs/get-started.md](docs/get-started.md).
##### Browserify
-WebTorrent works great with [browserify](http://browserify.org/), an npm package that let's
+WebTorrent works great with [browserify](http://browserify.org/), an npm package that lets
you use [node](http://nodejs.org/)-style require() to organize your browser code and load modules installed by [npm](https://www.npmjs.com/) (as seen in the previous examples).
##### Webpack