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