Explorar el Código

Typo fix ("Example:" must go outside the JSON block).

= hace 9 años
padre
commit
1c3c84cf88
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      doc/04-schema.md

+ 1 - 1
doc/04-schema.md

@@ -330,9 +330,9 @@ aliases article](articles/aliases.md).
 `require` and `require-dev` also support references to specific PHP versions
 and PHP extensions your project needs to run successfully.
 
-```json
 Example:
 
+```json
 {
     "require" : {
         "php" : ">=5.3.10",