Skip to content

Commit

Permalink
fix: hapi
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaticMuch committed Sep 4, 2023
1 parent b533b33 commit de3e0dc
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 @@ -90,10 +90,10 @@ app.listen(3001);

### Hapi

#### Version 17+
#### Version 20+

```js
import hapi from 'hapi';
import Hapi from '@hapi/hapi';
import { hapi as voyagerMiddleware } from 'graphql-voyager/middleware';

const server = new Hapi.Server({
Expand Down

0 comments on commit de3e0dc

Please sign in to comment.