From e315617f969d5f679d600976a7eb9509afd3d914 Mon Sep 17 00:00:00 2001 From: coreyphillips Date: Thu, 3 Oct 2024 08:56:20 -0400 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cc99ec..06a9e3a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ npm install @synonymdev/react-native-pubky - [x] [getPublicKeyFromSecretKey](#getPublicKeyFromSecretKey): Get the public key string and uri from a secret key. - [x] [create_recovery_file](#createRecoveryFile): Create a recovery file. - [x] [decrypt_recovery_file](#decryptRecoveryFile): Decrypt a recovery file. -- + ### Methods to be Implemented - [ ] getProfile: Retrieve the profile of a user. - [ ] editProfile: Submit changes to the specified profile.