Skip to content

Commit 64e4cd1

Browse files
Update README.md
1 parent 0f6e88c commit 64e4cd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ This project hosts each sample app in separate repository branches. For more inf
2222
| Sample | Description |
2323
| ------------- | ------------- |
2424
| [master](/) | The base for the rest of the branches. Uses Kotlin, Architecture Components, coroutines, Data Binding, etc. |
25-
| [dagger](tree/dagger/) | A simple Dagger setup that gets rid of the two product flavors for testing. |
25+
| [dagger](tree/dagger/) | A simple Dagger setup that uses `dagger-android` and removes the two flavors. |
2626
| [usecases](tree/usecases/) | Adds a new domain layer that uses UseCases for business logic. |
2727

28-
### Samples in progress - Kotlin
28+
### Samples in development - Kotlin
2929

3030
| Sample | Description |
3131
| ------------- | ------------- |
@@ -61,7 +61,7 @@ Clone the repository:
6161
```
6262
git clone [email protected]:googlesamples/android-architecture.git
6363
```
64-
This also checks out the master branch. If you want to change to a different sample:
64+
This step checks out the master branch. If you want to change to a different sample:
6565

6666
```
6767
git checkout usecases

0 commit comments

Comments
 (0)