From 16d513a3310d012cf60c93d682c4c37cbd6cf911 Mon Sep 17 00:00:00 2001 From: coreyphillips Date: Sun, 22 Sep 2024 13:15:37 -0400 Subject: [PATCH] docs: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 952b490..3da6ed2 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ npm install @synonymdev/react-native-pubky ### Implemented Methods - [x] [auth](#auth): Authentication functionality. - [x] [parseAuthUrl](#parseAuthUrl): Method to decode an authUrl. -- [x] publish: Functionality to publish content. -- [x] resolve: Functionality to resolve content. +- [x] [publish](#publish): Functionality to publish content. +- [x] [resolve](#resolve): Functionality to resolve content. ### Methods to be Implemented - [ ] signIn: Functionality to sign in. - [ ] signUp: Functionality to sign up.