Skip to content

Commit a0f57b0

Browse files
committed
Update README.markdown
1 parent 838493d commit a0f57b0

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

README.markdown

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Uses [GitHub API v3](http://developer.github.com/v3/). The object API is very si
2020

2121
## Autoload
2222

23-
The new version of php-github-api using [composer](http://getcomposer.org).
24-
The first step to use php-github-api is to download composer:
23+
The new version of `php-github-api` using [Composer](http://getcomposer.org).
24+
The first step to use `php-github-api` is to download composer:
2525

2626
```bash
2727
$ curl -s http://getcomposer.org/installer | php
@@ -42,7 +42,7 @@ Now we can use autoloader from Composer by:
4242
}
4343
```
4444

45-
> php-github-api follows the PSR-0 convention names for its classes, which means you can easily integrate php-github-api classes loading in your own autoloader.
45+
> `php-github-api` follows the PSR-0 convention names for its classes, which means you can easily integrate `php-github-api` classes loading in your own autoloader.
4646
4747
## Basic usage of `php-github-api` client
4848

@@ -62,9 +62,17 @@ From `$client` object, you can access to all GitHub.
6262

6363
See the `doc` directory for more detailed documentation.
6464

65+
## License
66+
67+
`php-github-api` is licensed under the MIT License - see the LICENSE file for details
68+
6569
## Credits
6670

67-
### Contributors Hall of Fame
71+
### Sponsored by
72+
73+
[![KnpLabs Team](http://knplabs.pl/bundles/knpcorporate/images/logo.png)](http://knplabs.com)
74+
75+
### Contributors
6876

6977
- Thanks to [Thibault Duplessis aka. ornicar](http://github.com/ornicar) for his first version of this library.
7078
- Thanks to [noloh](http://github.com/noloh) for his contribution on the Object API.
@@ -74,7 +82,3 @@ See the `doc` directory for more detailed documentation.
7482
- Thanks to [Edoardo Rivello](http://github.com/erivello) for his contribution on the Gists API.
7583

7684
Thanks to GitHub for the high quality API and documentation.
77-
78-
## License
79-
80-
php-github-api is licensed under the MIT License - see the LICENSE file for details

0 commit comments

Comments
 (0)