Skip to content

Commit

Permalink
fix(examples): wrong version in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Qu4k committed Jun 27, 2020
1 parent bf4fd76 commit 391acc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/denon.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DenonConfig } from "https://deno.land/x/denon@2.2.0/mod.ts";
import { DenonConfig } from "https://deno.land/x/denon/mod.ts";
import { config as env_config } from "https://deno.land/x/dotenv/mod.ts";

const config: DenonConfig = {
Expand Down

0 comments on commit 391acc4

Please sign in to comment.