We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84df7f2 commit afaf318Copy full SHA for afaf318
README.md
@@ -18,7 +18,7 @@ This module is heavily influenced by [Jamis Buck's Coffeescript mazes](https://g
18
19
### In the browser and in Deno
20
21
-If you are inside a module file or script tag, then add the following to the top of your code:
+If you are inside a Javascript module file or a `type="module"` script tag, then add the following to the top of your code:
22
23
```javascript
24
import {Maze} from "https://x.nest.land/maze_generator@0.1.0-alpha.1/mod.js";
0 commit comments