Skip to content

Commit f00677b

Browse files
committed
Fix documentation flaw in README
1 parent 984e0de commit f00677b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog
22

33
## Unreleased
4+
- Fix documentation flaw in README
45

56
## 2024/05/19 1.2.0
67
- Refactored modules

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pip install --user tsperf
7373

7474
### Docker image
7575
```shell
76-
alias tsperf="docker run -it --rm --network=host tsperf tsperf"
76+
alias tsperf="docker run -it --rm --network=host ghcr.io/crate/tsperf:latest tsperf"
7777
tsperf --help
7878
```
7979

0 commit comments

Comments
 (0)