Skip to content

Commit 6e8a0e5

Browse files
authored
Update README.md
1 parent fc3447b commit 6e8a0e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This is a Docker image containing the latest version of dotnet-script:
66

77
## Runing scripts
88

9-
Example, shows the version of the dotnet script, 0.29.1 at the time of writing:
9+
Example, shows the version of the dotnet script, 0.30.0 at the time of writing:
1010

1111
```shell
1212
docker run --rm -it hjerpbakk/dotnet-script --version
1313

14-
0.29.1
14+
0.30.0
1515
```
1616

1717
Running the script `foo.csx` with one argument:
@@ -30,4 +30,4 @@ Standing in this folder, use the following command to build the image locally:
3030
docker build -t hjerpbakk/dotnet-script:tag .
3131
```
3232

33-
Where `:tag` is an optioanl version number, like `:0.29.1`.
33+
Where `:tag` is an optioanl version number, like `:0.30.0`.

0 commit comments

Comments
 (0)