diff --git a/README.md b/README.md
index 818366b36591..c09c303d88eb 100644
--- a/README.md
+++ b/README.md
@@ -55,17 +55,35 @@ This library supports the following Google Cloud Platform services with clients
Quickstart
----------
-To call any of the supported Google Cloud Services simply add a corresponding client library artifact as a dependency to your project. The following instructions use `google-cloud-storage` as an example (specific instructions can be found in the README of each client).
+To call any of the supported Google Cloud Services simply add a corresponding client library
+artifact as a dependency to your project. The following instructions use `google-cloud-storage`
+as an example (specific instructions can be found in the README of each client).
-[//]: # ({x-version-update-start:google-cloud-storage:released})
+[//]: # ({x-version-update-start:google-cloud-bom:released})
If you are using Maven, add this to your pom.xml file
```xml
-
- com.google.cloud
- google-cloud-storage
- 1.52.0
-
+
+
+
+ com.google.cloud
+ google-cloud-bom
+ 0.70.0-alpha
+ pom
+ import
+
+
+
+
+
+
+ com.google.cloud
+ google-cloud-storage
+
+ ...
```
+[//]: # ({x-version-update-end})
+
+[//]: # ({x-version-update-start:google-cloud-storage:released})
If you are using Gradle, add this to your dependencies
```Groovy
compile 'com.google.cloud:google-cloud-storage:1.52.0'