Skip to content

Commit 646a826

Browse files
committed
Improved readme
1 parent e3b6242 commit 646a826

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/mblaschke/typo3-docker-boilerplate.svg)](http://isitmaintained.com/project/mblaschke/typo3-docker-boilerplate "Average time to resolve an issue")
66
[![Percentage of issues still open](http://isitmaintained.com/badge/open/mblaschke/typo3-docker-boilerplate.svg)](http://isitmaintained.com/project/mblaschke/typo3-docker-boilerplate "Percentage of issues still open")
77

8-
This is an easy customizable docker boilerplate for any PHP based projects like TYPO3 CMS, TYPO3 NEOS, TYPO3 FLOW, Symfony Famework and many other.
8+
This is an easy customizable docker boilerplate for any PHP based projects like _TYPO3 CMS_, _TYPO3 NEOS_, _TYPO3 FLOW_, _Symfony Framework_ and many other.
99

1010
Supports:
1111

@@ -17,7 +17,7 @@ Supports:
1717
- Redis (disabled)
1818
- Memcached (disabled)
1919
- Mailcatcher (if no mail sandbox is used, eg. [Vagrant Development VM](https://github.com/mblaschke/vagrant-development))
20-
- Support for **TYPO3_CONTEXT** and **FLOW_CONTEXT** for TYPO3, FLOW, NEOS.
20+
- Support for `TYPO3_CONTEXT` and `FLOW_CONTEXT` for TYPO3, FLOW, NEOS.
2121
- maybe more later...
2222

2323
This Docker boilerplate based on the best practises and don't use too much magic.
@@ -261,7 +261,7 @@ Use this boilerplate as template and customize it for each project. Put this Doc
261261
configuration for each project into seperate git repositories.
262262

263263
Now set your existing project repository to be a git submodule in `code/`.
264-
Every developer now needs only to clone the Docker repository with **--recursive**
264+
Every developer now needs only to clone the Docker repository with `--recursive` option
265265
to get both, the Docker configuration and the TYPO3 installation.
266266

267267
For better useability track a whole branch (eg. develop or master) as submodule and not just a single commit.

0 commit comments

Comments
 (0)