Skip to content

Commit f264ed9

Browse files
authored
Merge pull request #14 from uniquename/patch-1
Update README.md
2 parents e885e8b + 76015c9 commit f264ed9

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
@@ -41,7 +41,7 @@ This option set temporary the memory limit php option to 512M
4141
With a setting to 1Giga of memory:
4242

4343
```
44-
docker run --rm -v $(pwd):/app php7compatibility 7.2 -d memory_limit=1G .
44+
docker run --rm -v $(pwd):/app vfac/php7compatibility 7.2 -d memory_limit=1G .
4545
```
4646

4747
#### File extensions
@@ -58,7 +58,7 @@ Several extensions can be add, with a comma separation
5858
--extensions=php,lib
5959
```
6060

61-
Exemple
61+
Example
6262

6363
```
6464
docker run --rm -v $(pwd):/app vfac/php7compatibility 7.1 --extensions=php .

0 commit comments

Comments
 (0)