diff --git a/README.md b/README.md
index bb67298..ec84c5f 100644
--- a/README.md
+++ b/README.md
@@ -5,13 +5,13 @@
Quiver is a library that builds upon [Arrow](https://arrow-kt.io/) to make functional programming in Kotlin even
more accessible & delightful.
+[](https://central.sonatype.com/namespace/app.cash.quiver)
+
Main features include:
* `Outcome` type for modelling the presence, absence or error state of a value.
* Extension methods on `Option`, `List`, `Validated` and `Either` for improved error handling, combinators and interoperability with other Arrow and Kotlin types.
* Extension methods on suspended functions to allow for seemless retries of operations.
-[](https://central.sonatype.com/namespace/app.cash.quiver)
-
There are two published builds.
* `lib` contains types and functions to provide additional functional programming idioms over and above what is available from Arrow.