]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Remove clunky sentence from README
authorMatt Joiner <anacrolix@gmail.com>
Sun, 2 Aug 2015 10:45:26 +0000 (20:45 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 2 Aug 2015 10:45:26 +0000 (20:45 +1000)
README.md

index 3d08636109f04eedf423786ed084eae35a82d680..296189ac82fb9a8340d9ee2b266577039cde415c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 [![Build Status](https://drone.io/github.com/anacrolix/torrent/status.png)](https://drone.io/github.com/anacrolix/torrent/latest)
 [![GoDoc](https://godoc.org/github.com/anacrolix/torrent?status.svg)](https://godoc.org/github.com/anacrolix/torrent)
 
-This repository implements BitTorrent-related packages and command-line utilities in Go. The emphasis is on use as a library from other projects. It's been used 24/7 in production by a downstream, private service since late 2014. There have been contributions from people using some various packages for integrating BitTorrent into media and other services.
+This repository implements BitTorrent-related packages and command-line utilities in Go. The emphasis is on use as a library from other projects. It's been used 24/7 in production by a downstream, private service since late 2014.
 
 There is support for protocol encryption, DHT, PEX, uTP, and various extensions. See the package documentation for a more complete list. There are several data storage backends provided: blob, file, and mmap, and you can write your own, such as to store data on S3, or in a database. You can use the provided binaries in `./cmd`, or use `torrent` as a library for your own applications.