aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkarissa <krmckelv@gmail.com>2017-03-16 11:00:24 +0100
committerkarissa <krmckelv@gmail.com>2017-03-16 11:00:24 +0100
commit3f10cb862844912fac5beec59f14ee52a04c380c (patch)
treeff66f70326465e371acf736cb1df29e1d64e194f
parent8fd05ac298072a08f5d984691f156fb94a1d253f (diff)
downloaddat-docs-3f10cb862844912fac5beec59f14ee52a04c380c.tar.gz
dat-docs-3f10cb862844912fac5beec59f14ee52a04c380c.zip
remove blurb like dropbox or bittorrent sync
-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 62835f6..d3f1e10 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. In other words, Dat functions more like DropBox or BitTorrent Sync. 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.