Skip to content

Commit 812b40c

Browse files
committed
fix: style
1 parent 78b85e8 commit 812b40c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dev Compose
22

3-
## Environment
3+
### Environment
44

55
Docker Compose development environment for PHP.
66

@@ -13,9 +13,9 @@ Docker Compose development environment for PHP.
1313
- Memcached
1414
- Redis
1515

16-
The environment mounts the `~/html` directory in container's `/var/www/html`, also the `.gitconfig` anche `.ssh` directory from the user's home.
16+
The environment mounts the `~/html` directory in container's `/var/www/html`, also the `.gitconfig` file and `.ssh` directory from the user's home.
1717

18-
## PHP tools
18+
### PHP tools
1919

2020
Inside the container are installed
2121

@@ -28,7 +28,7 @@ Inside the container are installed
2828

2929
All tools above are available from every location in filesystem. phpDocumentor is named `php-doc`.
3030

31-
## Use the stack
31+
### Use the stack
3232

3333
```bash
3434
git clone https://github.com/s3b4stian/dev-compose.git
@@ -52,6 +52,4 @@ To enter in development environment
5252
To stop all containers
5353
```bash
5454
./down.sh
55-
```
56-
57-
55+
```

0 commit comments

Comments
 (0)