Skip to content

Commit 3d59a89

Browse files
authored
Merge pull request #21 from greg0ire/proofread_readme
Proofread readme
2 parents f0c066f + e20d767 commit 3d59a89

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11
Description
22
----------------
33

4-
A Symfony2 Bundle for use together with the [php-tmdb/api](https://github.com/php-tmdb/api) TMDB Wrapper.
4+
A Symfony Bundle for use together with the [php-tmdb/api](https://github.com/php-tmdb/api) TMDB API Wrapper.
55

66
Installation
77
------------
8-
Install Composer
98

10-
```
11-
$ curl -sS https://getcomposer.org/installer | php
12-
$ sudo mv composer.phar /usr/local/bin/composer
13-
```
9+
[Install Composer](https://getcomposer.org/doc/00-intro.md)
1410

15-
Add the following to your require block in composer.json config
11+
Then require the package:
1612

1713
```
18-
"php-tmdb/symfony": "~2.0"
14+
composer require php-tmdb/symfony
1915
```
2016

2117
Configuration
@@ -59,7 +55,7 @@ doctrine_cache:
5955
providers:
6056
tmdb_cache:
6157
file_system:
62-
directory: %kernel.root_dir%/cache/tmdb
58+
directory: %kernel.cache_dir%/tmdb
6359
```
6460
6561
Then update the tmdb configuration with the alias:
@@ -73,7 +69,7 @@ tmdb_symfony:
7369
```
7470
7571
This caching system will adhere to the TMDB API max-age values, if you have different needs like long TTL's
76-
you'd have to make your own implementation. We would be happy to intergrate more options, so please contribute.
72+
you'd have to make your own implementation. We would be happy to integrate more options, so please contribute.
7773
7874
__Want to make use of logging?__
7975

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "php-tmdb/symfony",
33
"license": "MIT",
44
"type": "symfony-bundle",
5-
"description": "Symfony2 Bundle for TMDB ( The Movie Database ) API. Provides easy access to the php-tmdb/api library.",
5+
"description": "Symfony Bundle for TMDB (The Movie Database) API. Provides easy access to the php-tmdb/api library.",
66
"homepage": "https://github.com/wtfzdotnet/php-tmdb-api",
7-
"keywords": ["tmdb", "api", "php","wrapper", "movie", "tv", "tv show", "tvdb", "symfony", "symfony2"],
7+
"keywords": ["tmdb", "api", "php","wrapper", "movie", "cinema", "tv", "tv show", "tvdb", "symfony", "symfony2", "symfony3"],
88
"authors": [
99
{
1010
"name": "Michael Roterman",

0 commit comments

Comments
 (0)