diff --git a/google-cloud-clients/google-cloud-bigtable/README.md b/google-cloud-clients/google-cloud-bigtable/README.md
index 31b8ee3f630c..ee58c877b591 100644
--- a/google-cloud-clients/google-cloud-bigtable/README.md
+++ b/google-cloud-clients/google-cloud-bigtable/README.md
@@ -12,13 +12,32 @@ Java idiomatic client for [Cloud Bigtable][cloud-bigtable].
## Quickstart
-If you are using Maven, add this to your pom.xml file
+If you are using Maven with Bom, add this to your pom.xml file
```xml
-
- com.google.cloud
- google-cloud-bigtable
- 1.5.0
-
+
+
+
+ com.google.cloud
+ libraries-bom
+ 2.8.0
+ pom
+ import
+
+
+
+
+
+ com.google.cloud
+ google-cloud-bigtable
+
+```
+If you are using Maven without Bom, Add this to your dependencies.
+```xml
+
+ com.google.cloud
+ google-cloud-bigtable
+ 1.6.0
+
```
If you are using Gradle, add this to your dependencies
```Groovy