added thanks

This commit is contained in:
Sebastian Seedorf
2020-04-20 18:25:48 +02:00
parent 331a08620e
commit 35bc1994dc

View File

@@ -9,4 +9,8 @@ the following code runs `deno --allow-net example.ts` which is located in `/some
```bash
/some/work/dir$ deno --allow-run --allow-read https://raw.githubusercontent.com/Caesar2011/rhinoder/master/mod.ts --allow-net example.ts
```
```
## Thanks to
Thanks to [samuelgozi](https://github.com/samuelgozi) who posted the base for this code in [this GitHub issue](https://github.com/denoland/deno/issues/4830).