소스 검색

Merge remote-tracking branch 'origin/master'

Jordi Boggiano 13 년 전
부모
커밋
15dddf44fa
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -12,8 +12,9 @@ Installation / Usage
 
 
 1. Download the [`composer.phar`](http://getcomposer.org/composer.phar) executable or use the installer.
 1. Download the [`composer.phar`](http://getcomposer.org/composer.phar) executable or use the installer.
 
 
-
+    ``` sh
     $ curl -s http://getcomposer.org/installer | php
     $ curl -s http://getcomposer.org/installer | php
+    ```
 
 
 
 
 2. Create a composer.json defining your dependencies. Note that this example is
 2. Create a composer.json defining your dependencies. Note that this example is