Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Beyonic Java Client Library
The official Java library for interacting with [Beyonic](http://beyonic.com) API.
# MFS Africa Portal Java Client Library
The official Java library for interacting with [MFS Africa Portal](http://mfsafrica.com) API.
Detailed description for interaction with the API can be found at [https://developer.mfsafrica.com/docs](https://developer.mfsafrica.com/docs).

The client has the following dependencies.
Expand All @@ -11,7 +11,7 @@ The client has the following dependencies.

These can be installed using gradle, maven or manually placing the files in your application folder.

To get up and running, instantiate the client suing your API Key from your beyonic account.
To get up and running, instantiate the client suing your API Key from your MFS Africa Portal account.
```java
import com.beyonic.BeyonicClient;
BeyonicClient client = new BeyonicClient("yourapikeyhere");
Expand Down