Skip to content

Commit

Permalink
Bump to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
horihiro authored Aug 22, 2021
1 parent f9e6eca commit 1298591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ denofunc init
denofunc start

# deploy the app
denofunc publish $functionAppName [--slot $slotName]
denofunc publish $functionAppName [--slot $slotName] [--allow-run] [--allow-write]
```

For more information, try the [quickstart](#getting-started) below.
Expand Down Expand Up @@ -79,7 +79,7 @@ To install the CLI, run the following Deno command.

```bash
deno install --allow-run --allow-read --allow-write --allow-net --unstable --force \
--name=denofunc https://raw.githubusercontent.com/anthonychu/azure-functions-deno-worker/v0.7.0/denofunc.ts
--name=denofunc https://raw.githubusercontent.com/anthonychu/azure-functions-deno-worker/v0.8.0/denofunc.ts
```

Confirm it is installed correctly:
Expand Down

0 comments on commit 1298591

Please sign in to comment.