Skip to content

Commit

Permalink
Apply fixes from prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jan 18, 2024
1 parent 95c0315 commit 52a4de3
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ yarn add postgraphile
```

```js
import { createServer } from "http";
import postgraphile from "postgraphile";
import { createServer } from 'http';
import postgraphile from 'postgraphile';

createServer(postgraphile());
```
Expand Down Expand Up @@ -235,10 +235,8 @@ PostGraphile features include:
- [Just use the generated GraphQL schema](https://www.graphile.org/postgraphile/usage-schema/)

[procedure documentation]: https://www.graphile.org/postgraphile/procedures/
[advanced queries documentation]:
https://www.graphile.org/postgraphile/custom-queries/
[row-level-security]:
http://www.postgresql.org/docs/current/static/ddl-rowsecurity.html
[advanced queries documentation]: https://www.graphile.org/postgraphile/custom-queries/
[row-level-security]: http://www.postgresql.org/docs/current/static/ddl-rowsecurity.html

## Requirements

Expand Down

0 comments on commit 52a4de3

Please sign in to comment.