Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit c0ee57c3 authored by David Luhmer's avatar David Luhmer Committed by GitHub
Browse files

Update README.md

rephrasing.. (#37)
parent c3775e27
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -61,9 +61,7 @@ SingleSignOnAccount ssoAccount = SingleAccountHelper.getCurrentSingleSignOnAccou

    4.1) **Using Retrofit**

    4.1.1) Before using this library (using retrofit)

    If you have an interface like this:
    4.1.1) Before using this single sign on library, your interface for your retrofit API might look like this:

    ```java
    public interface API {
@@ -81,7 +79,7 @@ SingleSignOnAccount ssoAccount = SingleAccountHelper.getCurrentSingleSignOnAccou
    }
    ```

    You might be using a wrapper around your retrofit api to handle the instantiation etc. The code might look like this:
    You might instantiate your `API` by using something like the following code: 
    ```java
    public class ApiProvider {