浏览代码

Tweak wording a bit

Jordi Boggiano 11 年之前
父节点
当前提交
355dc67038
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      doc/01-basic-usage.md

+ 3 - 3
doc/01-basic-usage.md

@@ -82,9 +82,9 @@ including, 2.0). Since in theory there should be no backwards compatibility
 breaks until 2.0, that works well. Another way of looking at it is that using
 breaks until 2.0, that works well. Another way of looking at it is that using
 `~` specifies a minimum version, but allows the last digit specified to go up.
 `~` specifies a minimum version, but allows the last digit specified to go up.
 
 
-> **Note:** Though `2.0-beta.1` is considered before `2.0`, a version constraint
-> like `~1.2` would not install it. So it will install every release in the same
-> *namespace* and not in the `2.0` namespace.
+> **Note:** Though `2.0-beta.1` is strictly before `2.0`, a version constraint
+> like `~1.2` would not install it. As said above `~1.2` only means the `.2`
+> can change but the `1.` part is fixed.
 
 
 ### Stability
 ### Stability