Browse Source

Clarify docs about stability, fixes #1094

Jordi Boggiano 12 years ago
parent
commit
ab1c7fbb9b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/04-schema.md

+ 2 - 1
doc/04-schema.md

@@ -487,7 +487,8 @@ your project dependencies. Specific changes to the stability requirements of
 a given package can be done in `require` or `require-dev` (see
 [package links](#package-links)).
 
-Available options are `dev`, `alpha`, `beta`, `RC`, and `stable`.
+Available options (in order of stability) are `dev`, `alpha`, `beta`, `RC`,
+and `stable`.
 
 ### repositories <span>(root-only)</span>