projects
/
m6w6
/
pecl-ci
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
6b7c11b
)
Fix README errors, update filename
1/head
author
Omar Shaban
<omars@php.net>
Sat, 31 Oct 2015 16:20:18 +0000
(18:20 +0200)
committer
Omar Shaban
<omars@php.net>
Sat, 31 Oct 2015 16:20:18 +0000
(18:20 +0200)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index c9352a864e4bac4a986683f6f023d9ec842949f2..45c4c60f6554c27de86874baf6d226f5bc711461 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-33,7
+33,7
@@
which will generate the configuration for us:
<?php
# instantiate the generator
- $gen = include "travis/pecl/gen
_
matrix.php";
+ $gen = include "travis/pecl/gen
-
matrix.php";
# generate the matrix
$env = $gen([
@@
-51,7
+51,7
@@
which will generate the configuration for us:
# output the build matrix
foreach ($env as $e) {
- printf(" - %s\n",
%
e);
+ printf(" - %s\n",
$
e);
}
?>