Skip to content

Commit

Permalink
Fix google-cloud-logging groupId in readme (#1330)
Browse files Browse the repository at this point in the history
  • Loading branch information
meltsufin authored and mziccard committed Oct 23, 2016
1 parent 9c0efb7 commit c6ec140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-cloud-logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Standard. `google-cloud-logging` will work on App Engine Flexible.
Add this to your pom.xml file
```xml
<dependency>
<groupId>com.google.gcloud</groupId>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>0.4.0</version>
</dependency>
Expand Down

0 comments on commit c6ec140

Please sign in to comment.