From 355dc67038287f5d9ce4a188c5be5fdd316b36f8 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Mon, 31 Mar 2014 16:33:11 +0200 Subject: [PATCH] Tweak wording a bit --- doc/01-basic-usage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/01-basic-usage.md b/doc/01-basic-usage.md index dc05489c6..8ac5066fc 100644 --- a/doc/01-basic-usage.md +++ b/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 `~` 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