diff --git a/docs/design/chart_format.md b/docs/design/chart_format.md index 095ff4829..3e399d213 100644 --- a/docs/design/chart_format.md +++ b/docs/design/chart_format.md @@ -316,7 +316,7 @@ For the purpose of providing versioning ranges, and also for backward compatibil ``` helm:example.com/charts/nginx#1.2.3 // Exact version -helm:example.com/charts/nginx#~2.1 // Version range +helm:example.com/charts/nginx#~1.2 // Version range helm:example.com/charts/nginx // Latest release ```