Skip to content

Commit

Permalink
[doc] Fix NGS versions in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyash-b committed Apr 16, 2022
1 parent e71c2b0 commit 71113c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,14 +140,14 @@ Add to your Github Action the following (make sure to release the version as req

```
steps:
- uses: ngs-lang/ngs@v2.1.13
- uses: ngs-lang/ngs@v0.2.13
```

After that, ngs can be used by simply calling ngs in any run step

```
steps:
- uses: ngs-lang/ngs@v2.1.13
- uses: ngs-lang/ngs@v0.2.13
- run: ngs -pi 'sum(10..100)'
```

Expand Down
2 changes: 1 addition & 1 deletion site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ <h3>Docker with Jupyter Notebook</h3>


<h2 class="text-left">Github Actions</h2>
<pre><code class="yaml hljs">- uses: ngs-lang/ngs@v2.1.13
<pre><code class="yaml hljs">- uses: ngs-lang/ngs@v0.2.13
- run: ngs -pi 'sum(10..100)'</code></pre>


Expand Down

0 comments on commit 71113c5

Please sign in to comment.