From 35bc1994dce3b10662e9c6a153d9d62878e99b8f Mon Sep 17 00:00:00 2001 From: Sebastian Seedorf Date: Mon, 20 Apr 2020 18:25:48 +0200 Subject: [PATCH] added thanks --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e920fc9..853b324 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +``` + +## 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). \ No newline at end of file