Skip to content

Commit 74a381f

Browse files
committed
docs: update image tag format
1 parent cf7b630 commit 74a381f

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
@@ -13,8 +13,8 @@ Images are tagged with the following format:
1313

1414
```sh
1515
ghcr.io/biomejs/biome:{major}
16-
ghcr.io/biomejs/biome:{major}{minor}
17-
ghcr.io/biomejs/biome:{major}{minor}{patch}
16+
ghcr.io/biomejs/biome:{major}.{minor}
17+
ghcr.io/biomejs/biome:{major}.{minor}.{patch}
1818
```
1919

2020
### Examples

0 commit comments

Comments
 (0)