Skip to content

Commit

Permalink
Merge pull request #681 from l0gicgate/fix-skeleton-command
Browse files Browse the repository at this point in the history
Fix skeleton command
  • Loading branch information
l0gicgate committed Oct 3, 2023
2 parents 931d00e + 5b2c6bc commit 42728ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1 class="divider front-page-divider"><span>Download &amp; Install</span></h1>
<a href="https://github.com/slimphp/Slim-Skeleton">Slim-Skeleton</a> as a base
by running this bash command:</p>

<pre><code class="language-bash">$ php composer.phar create-project slim/slim-skeleton:dev-master [my-app-name]</code></pre>
<pre><code class="language-bash">$ composer create-project slim/slim-skeleton [my-app-name]</code></pre>

<p>Replace <code>[my-app-name]</code> with the desired directory name for your new application. </p>
<p>You can then run it with PHP's built-in webserver:</p>
Expand Down

0 comments on commit 42728ce

Please sign in to comment.