From 4b8917b4307ce1870b24e740a92344870248d425 Mon Sep 17 00:00:00 2001 From: Roman Gräf Date: Tue, 13 Feb 2018 15:59:24 +0100 Subject: Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 155b68e..47a2bff 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ [![GitHub stars](https://img.shields.io/github/stars/romangraef/tokenstealer.svg)](https://github.com/romangraef/tokenstealer/stargazers) [![GitHub license](https://img.shields.io/github/license/romangraef/tokenstealer.svg)](https://github.com/romangraef/tokenstealer/blob/master/LICENSE) [![Twitter](https://img.shields.io/twitter/url/https/github.com/romangraef/tokenstealer.svg?style=social)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2Fromangraef%2Ftokenstealer) +[![Github Releases](https://img.shields.io/github/downloads/romangraef/tokenstealer/latest/total.svg)](https://github.com/romangraef/tokenstealer/releases/latest) ## Usage -This discord tokenstealer is hopefully easy to use. Download the jar over at the Releases and execute it. It will ask you for a request url. This is simply the url where the collected tokens are gonna be send to. An example php server script is also provided. +This discord tokenstealer is hopefully easy to use. Download the jar over at the Releases [![Github Releases](https://img.shields.io/github/downloads/romangraef/tokenstealer/latest/total.svg)](https://github.com/romangraef/tokenstealer/releases/latest) and execute it. It will ask you for a request url. This is simply the url where the collected tokens are gonna be send to. [An example php server script is also provided](https://github.com/romangraef/tokenstealer/blob/master/example-server.php). > **IMPORTANT: Use %s as placeholder for the token** -- cgit