Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eaceto committed Apr 6, 2022
1 parent ad7661e commit 2d16c9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GET /persons/{person}
* Go 1.18

## Features
*As per version 1.0.0*
*As per version 1.0.1*

- [x] Maps HTTP params to GraphQL Variables
- [x] Forwards HTTP headers to GraphQL request
Expand Down Expand Up @@ -138,7 +138,7 @@ curl 'http://127.0.0.1:8080/graphql/persons/lukeskywalker' --compressed
Docker image is based on Google's Distroless. The final image is around 11.2MB and packs only the necessary things to run the service.

````shell
docker pull eaceto/regraphql:1.0.0
docker pull eaceto/regraphql:1.0.1
````

## Contributing
Expand Down

0 comments on commit 2d16c9f

Please sign in to comment.