diff --git a/README.md b/README.md index 28a4570..fe79023 100644 --- a/README.md +++ b/README.md @@ -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: