Skip to content

Commit 05ffb78

Browse files
committed
Update README.rst
Replate sami.php with sami.phar
1 parent e9f1b80 commit 05ffb78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Now that we have a configuration file, let's generate the API documentation:
130130

131131
.. code-block:: bash
132132
133-
$ php sami.php update /path/to/config.php
133+
$ php sami.phar update /path/to/config.php
134134
135135
The generated documentation can be found under the configured ``build/``
136136
directory (note that the client side search engine does not work on Chrome due
@@ -146,7 +146,7 @@ if you add the ``-v`` option:
146146

147147
.. code-block:: bash
148148
149-
$ php sami.php update /path/to/config.php -v
149+
$ php sami.phar update /path/to/config.php -v
150150
151151
Creating a Theme
152152
----------------

0 commit comments

Comments
 (0)