Skip to content

Commit 79a4900

Browse files
authored
Update README.md
1 parent bb3f3e7 commit 79a4900

File tree

1 file changed

+12
-25
lines changed

1 file changed

+12
-25
lines changed

README.md

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,29 @@
1-
Description
2-
-----------
1+
## Description
32

43
*ZendService_Gandi* provides a simple PHP library for the [Gandi API](http://doc.rpc.gandi.net).
54

6-
7-
Dependencies
8-
------------
5+
## Dependencies
96

107
* PHP 5.3+
118
* [Zend\Xmlrpc](https://github.com/zendframework/Component_ZendXmlRpc)
129
* [Zend\Xml](https://github.com/zendframework/ZendXml)
1310
* [Gandi](https://www.gandi.net) account
1411

15-
16-
Installation
17-
------------
12+
## Installation
1813

1914
The recommended way is through [Composer](https://getcomposer.org).
20-
21-
{
22-
"require": {
23-
"narno/zendservice-gandi": "dev-master"
24-
}
15+
```
16+
{
17+
"require": {
18+
"narno/zendservice-gandi": "dev-master"
2519
}
20+
}
21+
```
2622

27-
28-
Usage
29-
-----
23+
## Usage
3024

3125
```php
3226
<?php
33-
// Composer autoloading
34-
if (file_exists(__DIR__ . '/vendor/autoload.php')) {
35-
$loader = include __DIR__ . '/vendor/autoload.php';
36-
}
37-
3827
use ZendService\Gandi\Gandi;
3928

4029
try {
@@ -50,10 +39,8 @@ try {
5039
}
5140
```
5241

53-
54-
License
55-
-----------
42+
## License
5643

5744
*ZendService_Gandi* is released under the terms of the [MIT license](http://opensource.org/licenses/MIT).
5845

59-
Copyright (c) 2011-2014 Arnaud Ligny
46+
Copyright (c) 2011-2016 Arnaud Ligny

0 commit comments

Comments
 (0)