Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andimarek committed Feb 17, 2021
1 parent 9819cd8 commit 579e60f
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 @@ -69,15 +69,15 @@ The full list of options is available via `--help`:
graphql-anonymizer --help
```

## Bugs of feedback
## Bugs or feedback

Please open an Issue to raise a bug or other feedback.

## Implementation details

GraphQL Anonymizer is a thin wrapper around a
[class inside GraphQL Java](https://github.com/graphql-java/graphql-java/blob/master/src/main/java/graphql/util/Anonymizer.java)
It is compiled via [GraalVM](graalvm.org) to a native binary and distributed via NPM.
. It is compiled via [GraalVM](graalvm.org) to a native binary and distributed via NPM.

The cross-platform compiling, releasing and testing is done fully automatically via GitHub Actions. Have a look
at [release.yml](./.github/workflows/release.yml) and [npm](/npm) if you want to know all the details.

0 comments on commit 579e60f

Please sign in to comment.