Skip to content

Commit

Permalink
docs: update doc install instructions (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
  • Loading branch information
grant committed Jan 12, 2021
1 parent 615e3e7 commit 55f551a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -16,9 +16,9 @@ To use Maven, add the following lines to your `pom.xml` file:
<project>
<dependencies>
<dependency>
<groupId>google.events</groupId>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloudevent-types</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.5</version>
</dependency>
</dependencies>
</project>
Expand Down

0 comments on commit 55f551a

Please sign in to comment.