Skip to content

Commit 579e60f

Browse files
committed
readme
1 parent 9819cd8 commit 579e60f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ The full list of options is available via `--help`:
6969
graphql-anonymizer --help
7070
```
7171

72-
## Bugs of feedback
72+
## Bugs or feedback
7373

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

7676
## Implementation details
7777

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

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

0 commit comments

Comments
 (0)