diff --git a/README.md b/README.md index 5e5d1d4..3203a10 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ Traktor [![Build Status - Master](https://api.travis-ci.org/alanly/traktor.svg?branch=master)](https://travis-ci.org/alanly/traktor) -Traktor is a simple PHP client for the Trakt.tv API service, that allows you to cleanly integrate the data available on Trakt into your application. Currently, it supports only non-developer and GET-based methods. +Traktor is a simple PHP client for the Trakt.tv API service, that allows you to cleanly integrate the data available on Trakt into your application. + +Currently, it supports only non-developer and GET-based API methods. It makes use of the GuzzleHttp library and requires the use of PHP 5.4 or above. It aims to be fairly basic and simple to use: @@ -29,4 +31,4 @@ echo $summary->episode->number; // 3 echo $summary->episode->title; // "Articles of Incorporation" -``` \ No newline at end of file +```