Skip to content

Commit 2afb9de

Browse files
authored
Update README.md
Temporarily change import url
1 parent ffa256c commit 2afb9de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ main =
3333
in a build file do
3434

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

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

0 commit comments

Comments
 (0)