Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Temporarily change import url
  • Loading branch information
wolfadex authored Nov 10, 2020
1 parent ffa256c commit 2afb9de
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 @@ -33,7 +33,7 @@ main =
in a build file do

```typescript
import { compileToModule } from "https://deno.land/x/deno_elm_compiler@0.1.0/compiler.ts";
import { compileToModule } from "https://raw.githubusercontent.com/wolfadex/deno_elm_compiler/master/compiler.ts";

await compileToModuleString("./src/Main.elm", { output: "./src/elm.js" });
```
Expand Down

0 comments on commit 2afb9de

Please sign in to comment.