We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 984e0de commit f00677bCopy full SHA for f00677b
CHANGES.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
## Unreleased
4
+- Fix documentation flaw in README
5
6
## 2024/05/19 1.2.0
7
- Refactored modules
README.md
@@ -73,7 +73,7 @@ pip install --user tsperf
73
74
### Docker image
75
```shell
76
-alias tsperf="docker run -it --rm --network=host tsperf tsperf"
+alias tsperf="docker run -it --rm --network=host ghcr.io/crate/tsperf:latest tsperf"
77
tsperf --help
78
```
79
0 commit comments