flush
[m6w6/seekat] / examples / readme.php
index 93cc464dae889dc50942a9e3473386cfecd8b59b..f7b6b57500e2d2c8d16fc8641b01011b71a99a2c 100755 (executable)
@@ -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();
 });