浏览代码

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>.