소스 검색

[docs] add cli sample to quote block

Igor Wiedler 13 년 전
부모
커밋
c8f3fa5800
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      doc/01-basic-usage.md

+ 2 - 2
doc/01-basic-usage.md

@@ -25,8 +25,8 @@ To check if composer is working, just run the PHAR through `php`:
 This should give you a list of available commands.
 
 > **Note:** You can also perform the checks only without downloading composer by using the `--check` option. For more information, just use `--help`.
-
-    $ curl -s http://getcomposer.org/installer | php -- --help
+>
+>     $ curl -s http://getcomposer.org/installer | php -- --help
 
 ## Project setup