diff --git a/docs/index.html b/docs/index.html index c54e5852..f96d7d0c 100755 --- a/docs/index.html +++ b/docs/index.html @@ -442,7 +442,7 @@ $client = new Client('http://localhost:3000', new \Http\Adapter\Guzzle6\ $index = DocumentFactory::makeFromPath('index.html', 'index.html'); $request = new HTMLRequest($index); $dest = "result.pdf"; -$filename = $client->store($request, $dest); +$client->store($request, $dest);