From 6d47e252e032fdf760fa4170b704f3ca4334e91e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrico=20H=C3=B6schler?= Date: Sun, 18 Aug 2019 16:05:32 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d32872c..e70908d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-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. @@ -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; ```