Skip to content

Commit

Permalink
Fixed typo in README (#403)
Browse files Browse the repository at this point in the history
* Fixed typo in README

Added missing <executions> tag in Maven example.

Signed-off-by: oymo <oyvind.mo@eb.dk>

* Fix maven example indentation

Co-authored-by: Ryan Michela <rmichela@salesforce.com>
Signed-off-by: Ryan Michela <rmichela@salesforce.com>
  • Loading branch information
oymo and rmichela authored Oct 28, 2020
1 parent ec9cd95 commit 5f20e66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ following to your pom.xml or build.gradle.
<configuration>
<protocArtifact>com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier}</protocArtifact>
</configuration>
<executions>
<execution>
<id>protoc-java-pgv</id>
<goals>
Expand Down

0 comments on commit 5f20e66

Please sign in to comment.