Skip to content

Commit a0b75ba

Browse files
authored
Merge pull request laradock#328 from lukasoppermann/patch-1
Fixing typo
2 parents b2aa388 + 4897408 commit a0b75ba

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ It's like Laravel Homestead but for Docker instead of Vagrant.
2323
- [Chinese](https://github.com/LaraDock/laradock/blob/master/README-zh.md)
2424
- [Intro](#Intro)
2525
- [Features](#features)
26-
- [Supported Software's](#Supported-Containers)
26+
- [Supported Software](#Supported-Containers)
2727
- [What is Docker](#what-is-docker)
2828
- [What is Laravel](#what-is-laravel)
2929
- [Why Docker not Vagrant](#why-docker-not-vagrant)
@@ -41,7 +41,7 @@ It's like Laravel Homestead but for Docker instead of Vagrant.
4141
- [Edit default container configuration](#Edit-Container)
4242
- [Edit a Docker Image](#Edit-a-Docker-Image)
4343
- [Build/Re-build Containers](#Build-Re-build-Containers)
44-
- [Add more Software's (Docker Images)](#Add-Docker-Images)
44+
- [Add more Software (Docker Images)](#Add-Docker-Images)
4545
- [View the Log files](#View-the-Log-files)
4646
- [Laravel](#Laravel):
4747
- [Install Laravel from a Docker Container](#Install-Laravel)
@@ -97,7 +97,7 @@ Let's see how easy it is to install `NGINX`, `PHP`, `Composer`, `MySQL` and `Red
9797

9898
- Easy switch between PHP versions: 7.0, 5.6, 5.5...
9999
- Choose your favorite database engine: MySQL, Postgres, MariaDB...
100-
- Run your own combination of software's: Memcached, HHVM, Beanstalkd...
100+
- Run your own combination of software: Memcached, HHVM, Beanstalkd...
101101
- Every software runs on a separate container: PHP-FPM, NGINX, PHP-CLI...
102102
- Easy to customize any container, with simple edit to the `dockerfile`.
103103
- All Images extends from an official base Image. (Trusted base Images).
@@ -111,7 +111,7 @@ Let's see how easy it is to install `NGINX`, `PHP`, `Composer`, `MySQL` and `Red
111111

112112

113113
<a name="Supported-Containers"></a>
114-
### Supported Software's (Containers)
114+
### Supported Software (Containers)
115115

116116
- **Database Engines:**
117117
- MySQL
@@ -464,7 +464,7 @@ You might use the `--no-cache` option if you want full rebuilding (`docker-compo
464464

465465
<br>
466466
<a name="Add-Docker-Images"></a>
467-
### Add more Software's (Docker Images)
467+
### Add more Software (Docker Images)
468468

469469
To add an image (software), just edit the `docker-compose.yml` and add your container details, to do so you need to be familiar with the [docker compose file syntax](https://docs.docker.com/compose/compose-file/).
470470

0 commit comments

Comments
 (0)