From 1df547082b2154e83a05bba5248dce4c18fa0cd3 Mon Sep 17 00:00:00 2001 From: Timo Glastra Date: Tue, 2 Jul 2024 19:16:31 +0200 Subject: [PATCH] docs: typo Signed-off-by: Timo Glastra --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7815e81..1e43142 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ That's it, you now have Ausweis App SDK configured for your iOS and Android proj ## Usage -You can now import `@animo-id/expo-ausweis-sdk` in your application and use the methods from SDK. +You can now import `@animo-id/expo-ausweis-sdk` in your application and use the methods from the SDK. ```javascript import AusweisSdk from '@animo-id/expo-ausweis-sdk'