diff --git a/.remarkrc.json b/.remarkrc.json index 509db20..50d5152 100644 --- a/.remarkrc.json +++ b/.remarkrc.json @@ -10,7 +10,7 @@ ], [ "remark-lint-list-item-indent", - "space" + "one" ] ] } diff --git a/README.md b/README.md index 67ceb85..643ce09 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The project sets up an apollo server. It uses `type-graphql`. The following commands are available: | Command | Description | -|----------------------------|-------------------------------------------------| +| -------------------------- | ----------------------------------------------- | | `npm install` | Project setup | | `npm run build` | Compiles and minifies for production | | `npm run start` | Runs productions server | @@ -74,7 +74,7 @@ npm install The following endpoints are provided given the right command is executed or all three if `docker compose` is used: | Endpoint | Description | -|----------------------------------------------------------------------|--------------------| +| -------------------------------------------------------------------- | ------------------ | | [http://localhost:4000/graphql](http://localhost:4000/graphql) | GraphQL API | | [http://localhost:4000/playground](http://localhost:4000/playground) | GraphQL Playground |