From 9288865ed7caa4aa04a7e32f3f6f9957571a987c Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 2 Feb 2018 21:37:21 -0800 Subject: [PATCH] move images around, npmignore the tracker stats image --- .npmignore | 2 +- README.md | 4 ++-- img.png => img/img.png | Bin trackerStats.png => img/trackerStats.png | Bin 4 files changed, 3 insertions(+), 3 deletions(-) rename img.png => img/img.png (100%) rename trackerStats.png => img/trackerStats.png (100%) diff --git a/.npmignore b/.npmignore index 2e1712c..7897fa7 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1 @@ -img.png +img/ diff --git a/README.md b/README.md index 88c4236..ef05229 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ #### Simple, robust, BitTorrent tracker (client & server) implementation -![tracker](https://raw.githubusercontent.com/webtorrent/bittorrent-tracker/master/img.png) +![tracker visualization](img/img.png) Node.js implementation of a [BitTorrent tracker](https://wiki.theory.org/BitTorrentSpecification#Tracker_HTTP.2FHTTPS_Protocol), client and server. @@ -40,7 +40,7 @@ Also see [bittorrent-dht](https://www.npmjs.com/package/bittorrent-dht). ### Tracker stats -![Screenshot](trackerStats.png) +![Screenshot](img/trackerStats.png) ## install diff --git a/img.png b/img/img.png similarity index 100% rename from img.png rename to img/img.png diff --git a/trackerStats.png b/img/trackerStats.png similarity index 100% rename from trackerStats.png rename to img/trackerStats.png