We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 808b7dd commit 8d62494Copy full SHA for 8d62494
1 file changed
README.rst
@@ -24,8 +24,9 @@ There are also some major backward compatibility breaks. Rather than dwell in 0.
24
hell, the PHP port will liberally bump major numbers henceforth when BC breaks regardless
25
of the reason.
26
27
-- The PHP API has changed slightly. ``Docopt\docopt`` has been renamed to
28
- ``Docopt::handle`` to fix autoloader support. See issue #3.
+- The PHP API has changed slightly. ``Docopt\docopt()`` has been renamed to
+ ``Docopt::handle()`` to fix autoloader support. See `issue #3
29
+ <https://github.com/docopt/docopt.php/pull/3>`_.
30
31
- Docopt.py also has a significant BC break. Existing users should read the information
32
below about Usage and Option sections. See `issue 102
0 commit comments