Skip to content

Commit 29ed29a

Browse files
protocol7chingor13
authored andcommitted
docs: fix minor typo in google-auth-library-bom README (#332)
This fixes the incorrect artifactId for the pom.xml example.
1 parent 117141c commit 29ed29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bom/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To use it in Maven, add the following to your `pom.xml`:
1111
<dependencies>
1212
<dependency>
1313
<groupId>com.google.auth</groupId>
14-
<artifactId>google-auth-libary-bom</artifactId>
14+
<artifactId>google-auth-library-bom</artifactId>
1515
<version>0.16.2</version>
1616
<type>pom</type>
1717
<scope>import</scope>

0 commit comments

Comments
 (0)