Skip to content

Commit

Permalink
unify syntax in readmes (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrparolek committed Mar 12, 2021
1 parent c449f3a commit 5d12e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You will need `PHP 7.4+` and [Composer](https://getcomposer.org/).

Create project using composer.

```
```bash
composer create-project -s dev planette/snow-project acme
```

Expand All @@ -43,7 +43,7 @@ Now you have application installed. It's time to run it.

The easiest way is to use php built-in web server.

```
```bash
php -S 0.0.0.0:8000 -t www
```

Expand Down

0 comments on commit 5d12e75

Please sign in to comment.