diff --git a/docs/getting-started.md b/docs/getting-started.md
index a453ed682..52f12eea3 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -25,20 +25,21 @@ Once you start Flipper and launch an emulator/simulator or connect a device, you
Add the following permissions to your AndroidManifest.xml. The SDK needs these to communicate with the desktop app on localhost via adb. It won't make any external internet requests.
-```
+```xml
```
It's recommended that you add the following activity to the manifest too, which can help diagnose integration issues and other problems:
-```
+
+```xml
```
Flipper is distributed via JCenter. Add dependencies to your `build.gradle` file.
-```
+```groovy
repositories {
jcenter()
}