Skip to content

Commit 145aaf1

Browse files
docs: updated readme
1 parent f102dc1 commit 145aaf1

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
@@ -16,8 +16,8 @@ Hello Universe is available as a Docker image.
1616
To run Hello Universe issue the following commands:
1717

1818
```shell
19-
docker pull ghcr.io/spectrocloud/hello-universe:1.0.0
20-
docker run -p 8080:8080 ghcr.io/spectrocloud/hello-universe:1.0.0
19+
docker pull ghcr.io/spectrocloud/hello-universe:1.0.1
20+
docker run -p 8080:8080 ghcr.io/spectrocloud/hello-universe:1.0.1
2121
```
2222

2323
## Non-Docker
@@ -32,4 +32,4 @@ npm run start
3232
## Dependencies
3333

3434
- [Count API](https://countapi.xyz/) is used to keep a global count of clicks.
35-
- [React Spring](https://github.com/pmndrs/react-spring) is used to animate the logo.
35+
- [React Spring](https://github.com/pmndrs/react-spring) is used to animate the logo.

0 commit comments

Comments
 (0)