浏览代码

Doc tweak

Jordi Boggiano 11 年之前
父节点
当前提交
400f35efde
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      doc/articles/scripts.md

+ 3 - 3
doc/articles/scripts.md

@@ -11,9 +11,9 @@ static method) or any command-line executable command. Scripts are useful
 for executing a package's custom code or package-specific commands during
 the Composer execution process.
 
-**NOTE: Only scripts defined in the root package's `composer.json` are
-executed. If a dependency of the root package specifies its own scripts,
-Composer does not execute those additional scripts.**
+> **Note:** Only scripts defined in the root package's `composer.json` are
+> executed. If a dependency of the root package specifies its own scripts,
+> Composer does not execute those additional scripts.
 
 
 ## Event names