From 410ed96e564caa6b94f09699a7682408d3cd04e2 Mon Sep 17 00:00:00 2001 From: Nick Frost Date: Tue, 5 Jul 2016 19:13:30 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6e1a91..a0c3aac 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Node.js implementation of a [BitTorrent tracker](https://wiki.theory.org/BitTorrentSpecification#Tracker_HTTP.2FHTTPS_Protocol), client and server. -A **BitTorrent tracker** is an web service which responds to requests from BitTorrent +A **BitTorrent tracker** is a web service which responds to requests from BitTorrent clients. The requests include metrics from clients that help the tracker keep overall statistics about the torrent. The response includes a peer list that helps the client participate in the torrent swarm.