Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit deea976

Browse files
authored
Merge pull request #11 from lexidor/patch-3
Make the example code compile
2 parents 59df7bb + 0e96527 commit deea976

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ Building a Request Router
1616

1717
```Hack
1818
<?hh
19-
require_once(__DIR__.'/../vendor/hh_autoload.php');
20-
2119
use \Facebook\HackRouter\Codegen;
2220
2321
final class UpdateCodegen {
@@ -34,7 +32,7 @@ final class UpdateCodegen {
3432
),
3533
)->build;
3634
}
37-
);
35+
}
3836
```
3937

4038

0 commit comments

Comments
 (0)