diff --git a/README.md b/README.md
index 9297c0f..b1111c1 100755
--- a/README.md
+++ b/README.md
@@ -6,8 +6,6 @@ So far the app is only available on Android. The app can't run on iOS devices.Th
track and record the data from the child's device and send it to parents. The application does not violate the privacy policies
settled for user, and doesn't collect data for third parties companies.
-
-
## Onboarding Screen
@@ -72,6 +70,10 @@ There are currently 4 possible input options. See Figure (4.2).
+## Child's details page
+
+>
+
## Registering the new child's device
@@ -82,20 +84,21 @@ To achieve this a FloatingActionButton (+) is available on the Home page. This a
### Database State at this step
-
-
+
## Child's side
>The parent must then log into the child's device with their credentials (email and password). Then the parent would have to enter the child’s unique key displayed in red (see fig.4.4-4). As soon as the child is verified, the device's location, TokenID and App List will be retrieved and added to Firebase.
-
+
+
->Database State at this step
-
+>Database State at this step
+
+
### Notification Page
>The notification page will essentially allow the parent to send messages to the child's device. There are currently only two pre-written messages. HOMEWORK TIME and GO TO BED. Of course, it will be possible to customize these messages shortly. As soon as the parent taps the button a new message is written to the Firebase database. Therefore, it triggers a cloud function that will send the text message to the Token ID corresponding to the device. The system working behind as the backend is entirely handled by CloudFunction of the Firebase database. To achieve this a single javascript function was written and deployed.