We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffa256c commit 2afb9deCopy full SHA for 2afb9de
README.md
@@ -33,7 +33,7 @@ main =
33
in a build file do
34
35
```typescript
36
-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";
37
38
await compileToModuleString("./src/Main.elm", { output: "./src/elm.js" });
39
```
0 commit comments