From 5b2c6bc3801fe2ed0095472e81f9d40300ac846e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20B=C3=A9rub=C3=A9?= Date: Mon, 2 Oct 2023 23:43:48 -0600 Subject: [PATCH] fix skeleton command --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: