Skip to content

Commit 0b4503f

Browse files
Update outdated version in README
1 parent 10af14d commit 0b4503f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Usage:
3737
If you want to try `tf-profile` without installing anything, you can run it using Docker (or similar).
3838

3939
```bash
40-
❱ cat my_log_file.log | docker run -i qbruynseraede/tf-profile:0.2.0 stats
40+
❱ cat my_log_file.log | docker run -i qbruynseraede/tf-profile:0.5.0 stats
4141

4242
Key Value
4343
Number of resources created 1510
@@ -51,7 +51,7 @@ Longest apply resource time_sleep.foo[*]
5151
Optionally, define an alias:
5252

5353
```bash
54-
alias tf-profile=docker run -i qbruynseraede/tf-profile:0.2.0
54+
alias tf-profile=docker run -i qbruynseraede/tf-profile:0.5.0
5555
❱ cat my_log_file.log | tf-profile
5656
```
5757

0 commit comments

Comments
 (0)