Skip to content

Commit

Permalink
docs(readme): Fix chapter structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ldebruijn committed Aug 28, 2024
1 parent dcadddd commit 1ae4704
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 @@ -27,12 +27,12 @@ _This is repository inspired by the great work of the Javascript [GraphQL Armor]
Curious why you need these features? Check out this [Excellent talk on GraphQL security](https://www.youtube.com/watch?v=hyB2UKsEkqA&list=PLP1igyLx8foE9SlDLI1Vtlshcon5r1jMJ) on YouTube.

## Nice to know
Currently handling response encoding from the upstream is not supported, we're open for contributions : )
Currently, handling response encoding from the upstream is not supported, we're open for contributions : )


## Installation

## As Container
### As Container
```shell
docker pull ghcr.io/ldebruijn/graphql-protect:latest
docker run -p 8080:8080 -v $(pwd)/protect.yml:/app/protect.yml -v $(pwd)/schema.graphql:/app/schema.graphql ghcr.io/ldebruijn/graphql-protect:latest
Expand All @@ -41,7 +41,7 @@ Make sure to portforward the right ports for your supplied configuration

Check out our [run documentation](docs/README.md#run) for more concrete examples.

## Source code
### Source code

```shell
git clone [email protected]:ldebruijn/graphql-protect.git
Expand Down

0 comments on commit 1ae4704

Please sign in to comment.