This commit is contained in:
Caesar2011
2020-04-20 18:28:35 +02:00
committed by GitHub
parent 35bc1994dc
commit 0441456068

View File

@@ -4,7 +4,7 @@ This program reloads a deno program automatically when a file in the current wor
## Usage ## Usage
the following code runs `deno --allow-net example.ts` which is located in `/some/work/dir/example.ts` on start an whenever a file in the folder `/some/work/dir` changes. the following code runs `deno --allow-net example.ts` which is located in `/some/work/dir/example.ts` on start and whenever a file in the folder `/some/work/dir` changes.
```bash ```bash