Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
0nza1101 committed May 13, 2022
1 parent 7ae9123 commit d1f77bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ Alternatively, you can use it directly from the CLI by using `deno run`:

```bash
# Single heroku app
deno run --allow-net https://raw.githubusercontent.com/0nza1101/heroku-awakener/main/cli.ts --url <url> --interval <interval> --stopStart <start> --stopEnd <end>
deno run --allow-net https://deno.land/x/heroku_awakener/cli.ts --url <url> --interval <interval> --stopStart <start> --stopEnd <end>

# Multiple heroku apps (separate urls with comma eg. https://swapi-trybe.herokuapp.com/,https://kaffeine.herokuapp.com/)
deno run --allow-net https://raw.githubusercontent.com/0nza1101/heroku-awakener/main/cli.ts --urls <urls> --interval <interval> --stopStart <start> --stopEnd <end>
deno run --allow-net https://deno.land/x/heroku_awakener/cli.ts --urls <urls> --interval <interval> --stopStart <start> --stopEnd <end>
```

You can also install it globally using the following:

```bash
deno install --allow-net -n heroku-awakener https://raw.githubusercontent.com/0nza1101/heroku-awakener/main/cli.ts
deno install --allow-net -n heroku-awakener https://deno.land/x/heroku_awakener/cli.ts
```

Then, the package is available to run:
Expand Down

0 comments on commit d1f77bf

Please sign in to comment.