diff --git a/README.md b/README.md
index aa209c4d1..7283a9701 100644
--- a/README.md
+++ b/README.md
@@ -58,11 +58,10 @@ The output of running the above program will be the following (formatted for rea
```xml
Hello World!
-
- - red
- - green
- - blue
+ - red
+ - green
+ - blue
```
@@ -79,8 +78,9 @@ The output would be the following:
```xml
Hello World!
-
-No colors!
+
+ No colors!
+
```
The streaming API can be used to stream the output to an HTTP response stream or any other writable stream. For example, with Express: