From c0e9983228eecbe13f139ae6b72d5f9086b5bede Mon Sep 17 00:00:00 2001 From: Artem Gapchenko Date: Thu, 21 Dec 2023 11:08:04 +0100 Subject: [PATCH] Fix readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6324138..3e7893f 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ class SecureUnlockService : HostApduService() { } ``` -An instance of `Login` contains four properties, all of which you will get while [signing the user in via Kisi's API](https://docs.google.com/document/d/1Rv_13f9uO2DInWOpOXIYQKj3NIZ-jdR1hi_MJLOaTgg/edit#heading=h.mu1n9ubjw7fj): +An instance of `Login` contains four properties, all of which you will get while signing the user in via Kisi's API: * `id` corresponds to the `id` field of aforementioned request * `secret` corresponds to the `secret` field