We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa8476 commit 0550f2cCopy full SHA for 0550f2c
README.md
@@ -79,7 +79,7 @@ To install the CLI, run the following Deno command.
79
80
```bash
81
deno install --allow-run --allow-read --allow-write --allow-net --unstable --force \
82
- --name=denofunc https://raw.githubusercontent.com/anthonychu/azure-functions-deno-worker/v0.8.0/denofunc.ts
+ --name=denofunc https://raw.githubusercontent.com/anthonychu/azure-functions-deno-worker/v0.9.0/denofunc.ts
83
```
84
85
Confirm it is installed correctly:
0 commit comments