Skip to content

Commit 91cae9e

Browse files
committed
Update README
1 parent 88a2a71 commit 91cae9e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Download the APK file from the Releases section and install it on your Android d
2525
1. Clone the repository
2626
2. Open the project in Android Studio
2727
3. Build the project
28-
4. Run the app on your device
28+
29+
You can then run the app on your device (physical or virtual).
2930

3031
## Code structure
3132

@@ -36,8 +37,8 @@ The app was designed using [Material 3 guidelines](https://m3.material.io/), wit
3637
dynamic colors based on the user's current color theme and a fallback theme. Both light and dark
3738
themes are supported.
3839

39-
For the entire application, a single `RecombeeClient` instance is created in the `di.RecombeeModule`
40-
object and injected into the ViewModels using Dagger Hilt.
40+
For the entire application, a single `RecombeeClient` instance is created in the `RecombeeModule`
41+
object (in the `di` package) and injected into the ViewModels using Dagger Hilt.
4142

4243
These ViewModels fetch data from Recombee by means of the provided client.
4344
The received data is then displayed in Composables using Flow.

0 commit comments

Comments
 (0)