Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddmler authored Aug 18, 2019
1 parent cfd3822 commit 6d47e25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</a>
</p>

INWX Domrobot API Client
INWX Domrobot PHP Client
=========
You can access all functions of our frontend via our API, is available via the XML-RPC protocol or JSON-RPC and thus can be easily consumed with all programming languages.

Expand All @@ -22,7 +22,7 @@ the recommended way is via composer:
```bash
composer require inwx/domrobot
```
now you can use the Library by importing the Domrobot class:
now you can use the client by importing the Domrobot class:
```php
use INWX\Domrobot;
```
Expand Down

0 comments on commit 6d47e25

Please sign in to comment.