diff --git a/README.md b/README.md
index f98dfc2c..71718267 100644
--- a/README.md
+++ b/README.md
@@ -214,12 +214,11 @@ the AI toolkit in to your own applications.
4. **Set up device permissions**
- To enable your users to take advantage of features like voice input and
- media attachments, ensure that your app has the necessary permissions:
+To enable your users to take advantage of features like voice input and
+media attachments, ensure that your app has the necessary permissions:
- - **Network access:**
- To enable network access on macOS, add the following to your
- `*.entitlements` files:
+- **Network access:**
+To enable network access on macOS, add the following to your `*.entitlements` files:
```xml
@@ -231,9 +230,7 @@ the AI toolkit in to your own applications.
```
- To enable network access on Android, ensure that your `AndroidManifest.xml`
- file contains the following:
-
+To enable network access on Android, ensure that your `AndroidManifest.xml` file contains the following:
```xml
@@ -242,17 +239,17 @@ the AI toolkit in to your own applications.
```
- - **Microphone access:**
- To enable voice input for users, update configs according to the
- [permission and setup instructions][record-setup] for `package:record`.
+- **Microphone access:**
+ To enable voice input for users, update configs according to the
+ [permission and setup instructions][record-setup] for `package:record`.
- - **File selection:**
- To enable users to select and attach files,
- follow the [usage instructions][file-setup] for `package:file_selector`.
- - **Image selection:**
+- **File selection:**
+ To enable users to select and attach files,
+ follow the [usage instructions][file-setup] for `package:file_selector`.
+- **Image selection:**
- To enable users to take or select a picture from their device, refer to
- the [installation instructions][image-setup] for `package:image_picker`.
+ To enable users to take or select a picture from their device, refer to
+ the [installation instructions][image-setup] for `package:image_picker`.
[gemini models]: https://ai.google.dev/gemini-api/docs/models/gemini
[`gemini.dart` sample]: https://github.com/flutter/ai/blob/main/example/lib/gemini/gemini.dart