From 384f9cca299cb59ed893b3bab5bbab8feac01cc4 Mon Sep 17 00:00:00 2001
From: alexcodeberlin <159266599+alexcodeberlin@users.noreply.github.com>
Date: Sat, 9 Nov 2024 23:48:39 +0100
Subject: [PATCH] Update README.md
---
docs/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/README.md b/docs/README.md
index c1e99d9..91bd25f 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -92,9 +92,9 @@ class UserModel extends ChangeNotifier {
### 5.2 User Profiles
-In the app users can **create**, **edit** and **view** their personal information by navigating to profile settings screen. Once the registration form is submitted the information is send to the Nostr Protocol. You can also see a List of followers. The picture is showing the profile
-
+
+In the app users can **create**, **edit** and **view** their personal information by navigating to profile settings screen. Once the registration form is submitted the information is send to the Nostr Protocol. You can also see a List of followers. The picture is showing the profile
### 5.3 Post Creation and Interaction on feed
The feed enables users to share their thoughts and engage with others' content. A post in the feed has a simple UI element structure where users can see a profile picture, the text, share button, comments for the posts and a send button. When users tap the send button the data is send locally to the ndk and afterwards to the **Nostr protocol** as shown in the diagram. It also show the transfer of the data from the nostr protocol to users feeds. Once the user hits the send button, the post is instantly displayed in the app’s feed without requiring a page reload.