Skip to content

Commit

Permalink
fixed readme typo (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
touchdown committed Jan 1, 2024
1 parent 3479a26 commit e72c4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ grpc wrapper for wiremock
This project aims to introduce a translation layer between grpc and json (wiremock).
To do so, it relies on the `codegen` logic in the plugin to
1. have access to proto files
2. generate said a translation layer for grpc <-> json
2. generate said translation layer for grpc <-> json
3. generate an aggregate of all the services generated above

Then, the `runtime` library provides the support needed to run the code generated above.
Expand Down

0 comments on commit e72c4e1

Please sign in to comment.