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

Commit 0e96527

Browse files
authored
Make the example code compile
With credits to @amyworrall. It appears like you have forgotten about the PR. We can't merge your changes, since you haven't signed the CLA. I have made similar changes to make the code compile. Thank you for spotting this error.
1 parent 59df7bb commit 0e96527

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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)