From 0d7814fe11d3d309386014d99c9a1f5c395557fa Mon Sep 17 00:00:00 2001 From: John Carvalho <18273620+BitcoinErrorLog@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:06:32 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index be11e98..a0e6738 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ Pubky App is the primary application built on the Pubky Core protocol, offering - **Backend**: Built using Pubky Core for decentralized data management. - **Frontend**: React.js, leveraging Vite for fast build times. - **Homeserver**: Used to store and synchronize user data in a decentralized way. -- **Payments**: Integrated with the Lightning Network for micropayments. ## Prerequisites @@ -35,7 +34,7 @@ $ cp example.env .env ### API Documentation -If you wish to interact with the Pubky App programmatically, refer to the available REST API endpoints provided in the documentation. These endpoints allow developers to create, read, update, and delete data related to user interactions, content, and payments. For more details, please check the Pubky Core API Documentation. +If you wish to interact with the Pubky App programmatically, refer to the available REST API endpoints provided in the documentation. These endpoints allow developers to create, read, update, and delete data related to user interactions and content. For more details, please check the Pubky Core API Documentation. Update the `.env` file with the following required variables: