diff --git a/README.md b/README.md
index ff044502..211c4370 100644
--- a/README.md
+++ b/README.md
@@ -4,16 +4,18 @@ The purpose of Reactive Streams is to provide a standard for asynchronous stream
The latest preview release is available on Maven Central as
-
- org.reactivestreams
- reactive-streams-spi
- 0.3
-
-
- org.reactivestreams
- reactive-streams-tck
- 0.3
-
+```xml
+
+ org.reactivestreams
+ reactive-streams-spi
+ 0.3
+
+
+ org.reactivestreams
+ reactive-streams-tck
+ 0.3
+
+```
## Goals, Design and Scope ##