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

Commit

Permalink
docs: fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Jul 23, 2020
1 parent 482dc73 commit e4ecee2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ steps:
with:
deno-version: v1.x
- run: |
deno --version
deno run https://deno.land/std/examples/welcome.ts
deno --version
deno run https://deno.land/std/examples/welcome.ts
```
Matrix Testing:
Expand All @@ -42,8 +42,8 @@ jobs:
with:
deno-version: ${{ matrix.deno }}
- run: |
deno --version
deno run https://deno.land/std/examples/welcome.ts
deno --version
deno run https://deno.land/std/examples/welcome.ts
```
Nightly Testing:
Expand All @@ -55,8 +55,8 @@ steps:
with:
deno-version: nightly
- run: |
deno-nightly --version
deno-nightly run https://deno.land/std/examples/welcome.ts
deno-nightly --version
deno-nightly run https://deno.land/std/examples/welcome.ts
```
# License
Expand Down

0 comments on commit e4ecee2

Please sign in to comment.