Skip to content

Commit

Permalink
Moved screenshot up in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clementcampagna committed Aug 24, 2020
1 parent f4e5195 commit 23217d8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Visual TraceRoute

Visual TraceRoute is aptly named as it is a software which provides a visual representation of the traceroute (tracert) command in Windows.\
However, it does not rely on the tracert command itself but rather uses C# ping method combined with the use of the ipinfo.io API to gather the required information.
However, it does not rely on the tracert command itself but rather uses C# ping method combined with the use of the ipinfo.io API to gather the required information.\
\
Download Visual TraceRoute and see it for yourself today!\
\
[![Visual-TraceRoute-v1.0.0.0-Screenshot-1.jpg](/Visual%20TraceRoute%20v1.0.0.0%20-%20Screenshot%201.jpg)](https://github.com/clementcampagna/Visual-TraceRoute/releases/download/v1.0.0.0/Visual.TraceRoute.v1.0.0.0.7z)

### Configuration:

ipinfo.io limits the use of its API to only a few requests per day for non-registered users. If Visual TraceRoute stops working correctly, please register for a free account on https://ipinfo.io/ and add your own API token to Visual TraceRoute.exe.config
\
[![Visual-TraceRoute-v1.0.0.0-Screenshot-1.jpg](/Visual%20TraceRoute%20v1.0.0.0%20-%20Screenshot%201.jpg)](https://github.com/clementcampagna/Visual-TraceRoute/releases/download/v1.0.0.0/Visual.TraceRoute.v1.0.0.0.7z)

### Development:

Expand Down

0 comments on commit 23217d8

Please sign in to comment.