fix script name
[youtube-dl-server.git] / README.rst
index 811bbe8891b53785ff0537415b544ca55f9186cd..149aa1d0c620ece9912001cdbf7c3dd1c56a0200 100644 (file)
@@ -8,9 +8,9 @@ can be used to download the video.
 
 Usage
 =====
-Use ``get.php`` with the ``url`` parameter::
+Use ``info.php`` with the ``url`` parameter::
 
-  http://example.org/get.php?url=http://youtu...
+  http://example.org/info.php?url=http://youtu...
 
 It will return JSON data about the video.
 Same format as ``youtube-dl --dump-json`` returns.