X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=examples%2Freadme.php;h=f7b6b57500e2d2c8d16fc8641b01011b71a99a2c;hb=cac6bea94e6cde142c951566fa6387ffa54eb3cb;hp=93cc464dae889dc50942a9e3473386cfecd8b59b;hpb=0dcd2b11631fcf57602514e13fae9d31bbb79000;p=m6w6%2Fseekat diff --git a/examples/readme.php b/examples/readme.php index 93cc464..f7b6b57 100755 --- a/examples/readme.php +++ b/examples/readme.php @@ -3,6 +3,6 @@ require_once __DIR__."/../vendor/autoload.php"; -(new seekat\API)(function($api) { +(new seekat\API(seekat\API\Future\amp()))(function($api) { echo yield $api->repos->m6w6->seekat->readme->as("raw")->get(); });