Kaynağa Gözat

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

= 9 yıl önce
ebeveyn
işleme
1c3c84cf88
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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",