Fix README errors, update filename 1/head
authorOmar Shaban <omars@php.net>
Sat, 31 Oct 2015 16:20:18 +0000 (18:20 +0200)
committerOmar Shaban <omars@php.net>
Sat, 31 Oct 2015 16:20:18 +0000 (18:20 +0200)
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);
     }
     
     ?>