From 892d02db81e87104407ad4f589a76d74aadbc8ff Mon Sep 17 00:00:00 2001 From: gesslerpd Date: Tue, 31 Jan 2017 18:46:17 -0600 Subject: fix: small typo in docs (#35) --- docs/cookbook/browser.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cookbook/browser.md b/docs/cookbook/browser.md index 4c9ac27..f6fd52b 100644 --- a/docs/cookbook/browser.md +++ b/docs/cookbook/browser.md @@ -1,6 +1,6 @@ # Browser Dat -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 sever. +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, the original owner can update a Dat and all peers will receive the updates automatically. -- cgit v1.2.3