Skip to content

Commit

Permalink
chore: fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
amorriscode committed Jan 18, 2022
1 parent 83387cf commit a958ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ yarn add nestjs-supabase-auth

### Extends the strategy to create your own strategy

In this example, I'm passing supabase related optioons through dotenv and evn-cmd package.
In this example, I'm passing supabase related options through dotenv and [env-cmd](https://github.com/toddbluhm/env-cmd) package.

```ts
import { Injectable } from '@nestjs/common';
Expand Down

0 comments on commit a958ca4

Please sign in to comment.