Skip to content

Commit 7ba127c

Browse files
author
Tobias Wojtylak
committed
fixed php version typo
1 parent 337057a commit 7ba127c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ First you should start the testing docker containers (see also next section of t
4242
Handle plugin
4343
-------------
4444

45-
For all following commands you must pass a php version, for example 7.1 for PHP 7.1 container:
45+
For all following commands you must pass a php version, e.g. 71 for PHP 7.1 container:
4646

4747
For adding the plugin run:
4848

@@ -120,7 +120,7 @@ Executing a command in the testing environment
120120
----------------------------------------------
121121

122122
Commands (for example to clear the cache or to run the setup) can be executed inside the container.
123-
You must give a version to execute command on, for example 7.1 for PHP 7.1 container:
123+
You must give a version to execute command on, e.g. 71 for PHP 7.1 container:
124124

125125
vendor/bin/runInSdTest.sh 71 ./app/install.sh
126126

0 commit comments

Comments
 (0)