More formatting fixes.
diff --git a/README.md b/README.md
index 135bb30..7709e71 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@
 
 
 1. Depend on it
+
    Add this to your package's pubspec.yaml file:
 
    ```YAML
@@ -18,6 +19,7 @@
    If your package is an application package you should use any as the version constraint.
 
 2. Install it
+
    If you're using the Dart Editor, choose:
 
    ```
@@ -31,6 +33,7 @@
    ```
 
 3. Import it
+
    Now in your Dart code, you can use:
 
    ```Dart