Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mazzcris committed Sep 13, 2016
1 parent 62e6fff commit a55529c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Installation / Usage
``` sh
$ curl -LSs http://getidephix.com/idephix.phar > idephix.phar
$ chmod a+x idephix.phar
$ idx init-idx-file
$ idx initFile
```

2. Now you can define tasks just defining php functions in your `idxfile.php`
Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Expand Up @@ -48,7 +48,7 @@ them for you.

.. code-block:: bash
$ idx init-idx-file
$ idx initFile
This will generate an ``idxfile.php`` and a ``idxrc.php`` file that you can
use as a boiler plate for your automated tasks.
Expand Down
2 changes: 1 addition & 1 deletion docs/writing_tasks.rst
Expand Up @@ -27,7 +27,7 @@ Now running idx you'll get
$ Available commands:
$ help Displays help for a command
$ init-idx-file Create an example idxfile.php
$ initFile Init idx configurations and tasks file
$ list Lists commands
$ myNewTask
Expand Down

0 comments on commit a55529c

Please sign in to comment.