fixed styling on readme

parent 7e03baca
......@@ -28,7 +28,7 @@ Ensure that that ADB recognizes your device with `$ adb devices`.
If a single device exists, install via `$ adb install /path/to/apk.apk`.
Assuming you used Gradle like earlier, the file will be called `module_name-debug.apk` in project_name/module_name/build/outputs/apk/.
Assuming you used Gradle like earlier, the file will be called `module_name-debug.apk` in `project_name/module_name/build/outputs/apk/`.
Alternatively, you can simply run `./gradlew installDebug` to build, deploy, and debug all in a single command.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment