Skip to content

Commit ef1bcac

Browse files
authored
Update README.md
1 parent f5e4757 commit ef1bcac

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ $ git clone git@github.com:alcidesrc/php-skeleton.git .
5050
.
5151
├── app # Your application business logic goes here
5252
├── composer.json # Application dependencies main file
53-
├── composer.lock # Application dependencies locked file
53+
├── composer.lock # Application dependencies locked file
5454
├── LICENSE
5555
├── Makefile
5656
├── phpcs.xml # PHPCS configuration file
@@ -85,11 +85,11 @@ Additionally a *Makefile* is provided with frequently used commands:
8585
```bash
8686
~/path/to/my-new-project$ make
8787

88-
╔════════════════════════════════════════════════════════════════════════════════════════════════════════
89-
90-
║ .: AVAILABLE COMMANDS :.
91-
92-
╚════════════════════════════════════════════════════════════════════════════════════════════════════════
88+
╔════════════════════════════════════════════════════════════════════════════════════════════════╗
89+
║ ║
90+
║ .: AVAILABLE COMMANDS :. ║
91+
║ ║
92+
╚════════════════════════════════════════════════════════════════════════════════════════════════╝
9393

9494
· composer-dump Composer: executes <composer dump-auto> inside the container
9595
· composer-install Composer: executes <composer install> inside the container

0 commit comments

Comments
 (0)