Daniel Rudolf 9 anni fa
parent
commit
012dffa856
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -19,7 +19,7 @@ Run
 
 
 The easiest way to Pico is using [the built-in web server on PHP](<http://php.net/manual/en/features.commandline.webserver.php>).
 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>.
 Pico will be accessible from <http://localhost:8080>.