docs
[plcapi.git] / demo / vardemo.php
index 3c9812a..7b746f7 100644 (file)
@@ -1,9 +1,10 @@
-<html>
+<html lang="en">
 <head><title>xmlrpc</title></head>
 <body>
 <?php
 
-include_once __DIR__ . "/../vendor/autoload.php";
+/// @todo allow autoloading when the library is installed as dependency
+include_once __DIR__ . '/../vendor/autoload.php';
 
 $req = new PhpXmlRpc\Request('examples.getStateName');