Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wilmveel authored Nov 4, 2023
1 parent dde53a6 commit 91276db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ It is also possible to create your custom emitter and run with the plugin[here](
...
<plugin>
<groupId>community.flock.wirespec.plugin.maven</groupId>
<artifactId>maven</artifactId>
<artifactId>wirespec-maven-plugin</artifactId>
<version>0.0.1-SNAPSHOT</version>
<executions>
<execution>
<id>kotlin</id>
<goals>
<goal>kotlin</goal>
<goal>generate</goal>
</goals>
<configuration>
<input>${project.basedir}/src/main/wirespec</input>
Expand All @@ -81,7 +81,7 @@ It is also possible to create your custom emitter and run with the plugin[here](
<execution>
<id>typescript</id>
<goals>
<goal>typescript</goal>
<goal>generate</goal>
</goals>
<configuration>
<input>${project.basedir}/src/main/wirespec</input>
Expand Down

0 comments on commit 91276db

Please sign in to comment.