소스 검색

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

= 9 년 전
부모
커밋
1c3c84cf88
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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",