소스 검색

Minor fix

Diogo Oliveira de Melo 10 년 전
부모
커밋
32b179faff
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -18,6 +18,6 @@ Run
 
 The easiest way to Pico is using [the built-in web server on PHP](<http://php.net/manual/en/features.commandline.webserver.php>).
 
-    php -S 0.0.0.0:8080 ./
+    $ php -S 0.0.0.0:8080 ./
 
 Pico will be accessible from <http://localhost:8080>.