Skip to content

Commit

Permalink
Update the doc because I know it works on a Premiere
Browse files Browse the repository at this point in the history
  • Loading branch information
jimlind committed Feb 19, 2017
1 parent 6d5d8d3 commit 14c7c9d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions 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)
Expand All @@ -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.
Expand Down Expand Up @@ -44,4 +48,4 @@ vendor/bin/phpunit --coverage-text
```sh
composer install
bash sniff.sh
```
```

0 comments on commit 14c7c9d

Please sign in to comment.