Skip to content

Commit

Permalink
Merge pull request #1 from RomanBaiocco/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README example code
  • Loading branch information
XanderD99 authored Jan 27, 2021
2 parents c8f65c0 + b0aaf52 commit 72c5be6
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 @@ -23,7 +23,7 @@ Creating a new provider will create a new collection called `guilds` in your dat
- The index is so that we can query based on the guilds id do not have to store the id given by FaunaDB.

```js
const { Client } = requrie('faunadb');
const { Client } = require('faunadb');
const FaunaProvider = require('commando-provider-faunadb');

...
Expand All @@ -38,4 +38,4 @@ client.setProvider(

## License

MIT © [XanderD99](https://github.com/XanderD99)
MIT © [XanderD99](https://github.com/XanderD99)

0 comments on commit 72c5be6

Please sign in to comment.