Skip to content

Commit 723e037

Browse files
committed
improve docs
1 parent b2fab97 commit 723e037

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
@@ -16,7 +16,7 @@ deno task build
1616

1717
## Watching
1818

19-
This builds `./main.js` as a non-minified file with source mapping, intended for testing and debugging. This command also watches the source codes in `./src/` path and rebuilds `./main.js`.
19+
This builds `./main.js` as a non-minified file with source mapping, intended for testing and debugging. This command also watches the source codes in `./src/` path and rebuilds `./main.js` whenever there are changes.
2020

2121
You'll need [Deno](https://deno.com/). Run the following command.
2222

0 commit comments

Comments
 (0)