diff --git a/index.html b/index.html index 89db5b8c..c163e700 100644 --- a/index.html +++ b/index.html @@ -46,7 +46,7 @@

Download & Install

Slim-Skeleton as a base by running this bash command:

-
$ php composer.phar create-project slim/slim-skeleton:dev-master [my-app-name]
+
$ composer create-project slim/slim-skeleton [my-app-name]

Replace [my-app-name] with the desired directory name for your new application.

You can then run it with PHP's built-in webserver: