From c9f421433942b5548d234332697708a3b6d301d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20Sch=C3=BCtze?= Date: Tue, 24 Mar 2015 15:53:57 +0100 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 824bcba..dcf5b3a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is a Java 8 project designed to offer a simple binding to most League of Le |[loginqueue](https://github.com/loldevs/riotapi/wiki/loginqueue) | Login to a server. | |[rest](https://github.com/loldevs/riotapi/wiki/rest) | The official rest API provided by Riot. Includes an unthrottled handler as well as a throttled, asynchronous handler with configurable rate limits | |[rtmp](https://github.com/loldevs/riotapi/wiki/rtmp) | The part that makes the client run. | -|[spectator](https://github.com/loldevs/riotapi/wiki/spectator) | Spectate games. Supports loading spectator files (.rofl) and streaming via the rest API. For non-featured games, you will need to provide a decryption key, which can be retrieved via RTMP | +|[spectator](https://github.com/loldevs/riotapi/wiki/spectator) | Spectate games. Supports loading spectator files (.rofl) and streaming via the rest API. For non-featured games, you will need to provide a decryption key, which can be retrieved via RTMP or REST. Note that decoding frames isn't completely supported yet | |[xmpp](https://github.com/loldevs/riotapi/wiki/xmpp) | Connect to the chat server. A simple wrapper that takes care of menial tasks such as channel name encoding | Take a look at the [wiki](https://github.com/loldevs/riotapi/wiki) for a complete documentation. @@ -22,6 +22,6 @@ We are on maven! Include the following in your in your pom.xml: net.boreeas riotapi.$REQUIRED_MODULE - 1.6.1 + 2.0.0 ```