From c3331315064e2a8f83ab90a8a52582fc04ab81e0 Mon Sep 17 00:00:00 2001 From: Malik Mukhametzyanov Date: Tue, 22 Mar 2022 20:09:48 +0300 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5ec0a9e..a969f33 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

-Smart and lightweight notepad, that allows you to manage and create goals, notes with different colors and store them in the cloud +Smart and lightweight notepad, that allows you to manage and create goals, notes with different colors and store them in the cloud.
It will look fantastic on each device, because its layout adapt to every screen size.


@@ -25,13 +25,13 @@ Go to the [Releases](https://github.com/t8rin/Firenote/releases) to download the - [Kotlin](https://kotlinlang.org/) based -- [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) to work with internet and move tasks to a secondary thread +- [Coroutines](https://github.com/Kotlin/kotlinx.coroutines) for asynchronous work -- [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/) to emit values from database directly to compose state +- [Flow](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines.flow/) to emit values from database directly to compose state. -- [Accompanist](https://github.com/google/accompanist) to expand jetpcak compose abilities +- [Accompanist](https://github.com/google/accompanist) to expand jetpcak compose opportunities. -- [Firebase](https://github.com/firebase/FirebaseUI-Android) for registering/signing in and storing data in the cloud +- [Firebase](https://github.com/firebase/FirebaseUI-Android) for registering/signing in and storing data in the cloud. - [Hilt](https://dagger.dev/hilt/) for dependency injection.