Skip to content

Commit afaf318

Browse files
committed
made some wording a little clearer
1 parent 84df7f2 commit afaf318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This module is heavily influenced by [Jamis Buck's Coffeescript mazes](https://g
1818

1919
### In the browser and in Deno
2020

21-
If you are inside a module file or script tag, then add the following to the top of your code:
21+
If you are inside a Javascript module file or a `type="module"` script tag, then add the following to the top of your code:
2222

2323
```javascript
2424
import {Maze} from "https://x.nest.land/maze_generator@0.1.0-alpha.1/mod.js";

0 commit comments

Comments
 (0)