Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
chore(readme): fix deno usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Apr 25, 2022
1 parent f4e08b0 commit 11660bc
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 @@ -27,13 +27,13 @@ npm init @grammyjs/grammy
To always use the latest version, the prefetching way to start:

```
deno run --unstable --allow-env --allow-read --allow-write --allow-net --allow-run -r https://deno.land/x/create-grammy/src/index.ts
deno run --unstable --allow-env --allow-read --allow-write --allow-net --allow-run -r https://deno.land/x/create_grammy/src/index.ts
```

Or

```bash
deno install --unstable --allow-env --allow-read --allow-write --allow-net --allow-run -r -n create-grammy https://deno.land/x/create-grammy/src/index.ts
deno install --unstable --allow-env --allow-read --allow-write --allow-net --allow-run -r -n create-grammy https://deno.land/x/create_grammy/src/index.ts

create-grammy
```
Expand Down

0 comments on commit 11660bc

Please sign in to comment.