aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorkarissa <krmckelv@gmail.com>2017-03-16 11:01:13 +0100
committerkarissa <krmckelv@gmail.com>2017-03-16 11:01:13 +0100
commit2f70a50dc13db7a1921cdf42ea77eb6437ea8fec (patch)
tree9b07d21269e1b9b3268d1eda275cd8ec78a35125 /docs
parent3f10cb862844912fac5beec59f14ee52a04c380c (diff)
downloaddat-docs-2f70a50dc13db7a1921cdf42ea77eb6437ea8fec.tar.gz
dat-docs-2f70a50dc13db7a1921cdf42ea77eb6437ea8fec.zip
missing space
Diffstat (limited to 'docs')
-rw-r--r--docs/cookbook/browser.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cookbook/browser.md b/docs/cookbook/browser.md
index d3f1e10..ab82dbf 100644
--- a/docs/cookbook/browser.md
+++ b/docs/cookbook/browser.md
@@ -2,7 +2,7 @@
Dat is written in JavaScript, so naturally, it can work entirely in the browser! The great part about this is that as more peers connect to each other in their client, the site assets will be shared between users rather hitting any server.
-This approach is similar to that used in Feross' [Web Torrent](http://webtorrent.io). The difference is that Dat links can be rendered live and read dynamically, whereas BitTorrent links are static.The original owner can update the files in the directory and all peers will receive the updates automatically.
+This approach is similar to that used in Feross' [Web Torrent](http://webtorrent.io). The difference is that Dat links can be rendered live and read dynamically, whereas BitTorrent links are static. The original owner can update the files in the directory and all peers will receive the updates automatically.
Because dat-js uses webrtc, it can only connect to other browser clients. It is not possible for the dat-js library to connect to the UTP and UDP clients used in the Node.js versions.