From 6fee6b29b4edd2af8c218b8c6398a2eec50be092 Mon Sep 17 00:00:00 2001 From: "Anders D. Johnson" Date: Wed, 2 Dec 2015 20:30:53 -0600 Subject: [PATCH] Capitalize "p2p" in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f597a24..792daa29 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ on your page to start fetching files over WebRTC using the BitTorrent protocol, `require('webtorrent')` with [browserify](http://browserify.org/). See [demo apps ](#webtorrent-in-production) and [code examples](#usage) below. -To make BitTorrent work over WebRTC (which is the only p2p transport that works on the +To make BitTorrent work over WebRTC (which is the only P2P transport that works on the web) we made some protocol changes. Therefore, a browser-based WebTorrent client or **"web peer"** can only connect to other clients that support WebTorrent/WebRTC.