Skip to content

Commit

Permalink
fix(README): export to import
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu4k committed Jul 10, 2020
1 parent 391acc4 commit d1c79cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ based on your environment (for example loading a `.env` file):

```typescript
import { DenonConfig } from "https://deno.land/x/denon/mod.ts";
export { config as env } from "https://deno.land/x/dotenv/mod.ts";
import { config as env } from "https://deno.land/x/dotenv/mod.ts";

const config: DenonConfig = {
scripts: {
Expand Down

0 comments on commit d1c79cf

Please sign in to comment.