From 14c7c9d7988043ff194dde5c1b960d5c5de7b392 Mon Sep 17 00:00:00 2001 From: jimlind Date: Sun, 19 Feb 2017 03:40:01 +0000 Subject: [PATCH] Update the doc because I know it works on a Premiere --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a69a0b..609b2a6 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -##tivo-php: Communicate with a S3 TiVo via Guzzle +##tivo-php: Communicate with a TiVo via Guzzle [![Build Status](https://travis-ci.org/jimlind/tivo-php.png?branch=master)](https://travis-ci.org/jimlind/tivo-php) [![Coverage Status](https://coveralls.io/repos/jimlind/tivo-php/badge.svg?branch=master&service=github)](https://coveralls.io/github/jimlind/tivo-php?branch=master) @@ -7,6 +7,10 @@ [![Total Downloads](https://poser.pugx.org/jimlind/tivo-php/downloads.svg)](https://packagist.org/packages/jimlind/tivo-php) [![License](https://poser.pugx.org/jimlind/tivo-php/license.svg)](https://packagist.org/packages/jimlind/tivo-php) +#### Supported Hardware + +Officially tested and supported on a TiVo HD and a TiVo Premiere. Let me the results on your hardware. + #### Documentation I find that learning by example is the best way so here is an [example file](example.php) for you to poke at. @@ -44,4 +48,4 @@ vendor/bin/phpunit --coverage-text ```sh composer install bash sniff.sh -``` \ No newline at end of file +```