Skip to content

Commit dc21b96

Browse files
authored
Update README.md
1 parent 3ab3f2d commit dc21b96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The purpose of this repository is to demonstrate below:
1818

1919
## ✍️ Technical Content
2020

21-
If you're interested in the overall architecture, each layer, and Compose themes that are used in this project, check out **[Build a real-time WhatsApp Clone With Jetpack Compose](https://getstream.io/blog/build-whatsapp-clone/)**.
21+
If you're interested in the overall architecture, each layer, and Compose themes that are used in this project, check out **[Build a Real-Time WhatsApp Clone With Jetpack Compose](https://getstream.io/blog/build-whatsapp-clone/)**.
2222

2323
## 📲 Download APK
2424
Go to the [Releases](https://github.com/GetStream/whatsapp-clone-compose/releases) to download the latest APK.
@@ -90,7 +90,7 @@ The UI Layer consists of UI elements like buttons, menus, tabs that could intera
9090

9191
The data Layer consists of repositories, which include business logic, such as querying data from the local database and requesting remote data from the network. It is implemented as an offline-first source of business logic and follows the [single source of truth](https://en.wikipedia.org/wiki/Single_source_of_truth) principle.<br>
9292

93-
For more information about the overall architecture, check out **[Build a real-time WhatsApp Clone With Jetpack Compose](https://getstream.io/blog/build-whatsapp-clone-compose/)**.
93+
For more information about the overall architecture, check out **[Build a Real-Time WhatsApp Clone With Jetpack Compose](https://getstream.io/blog/build-whatsapp-clone/)**.
9494

9595
## Modularization
9696

0 commit comments

Comments
 (0)