Skip to content

Commit 0878c64

Browse files
committed
Modify README.md
1 parent d45a2cf commit 0878c64

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Local Development
1414

1515
Here are some useful Gradle/adb commands for executing this example:
1616

17-
* `gradlew clean build` - Build the entire example and execute unit and integration tests plus lint check.
18-
* `gradlew installDebug` - Install the debug apk on the current connected device.
19-
* `gradlew runUnitTests` - Execute domain and data layer tests (both unit and integration).
20-
* `gradlew runAcceptanceTests` - Execute espresso and instrumentation acceptance tests.
17+
* `./gradlew clean build` - Build the entire example and execute unit and integration tests plus lint check.
18+
* `./gradlew installDebug` - Install the debug apk on the current connected device.
19+
* `./gradlew runUnitTests` - Execute domain and data layer tests (both unit and integration).
20+
* `./gradlew runAcceptanceTests` - Execute espresso and instrumentation acceptance tests.
2121

2222
Code style
2323
-----------

0 commit comments

Comments
 (0)