Skip to content

Commit

Permalink
Merge pull request #79 from pxgamer/feature/readme-fixes
Browse files Browse the repository at this point in the history
Corrected README headings
  • Loading branch information
theseer committed Jan 8, 2018
2 parents 784b31a + 34a33bc commit 3ef719e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -130,14 +130,14 @@ When using *phpab* it is necessary to recreate the autoload file every time a ne
This usually also happens after pulling from a repo or when switchting branches. This usually also happens after pulling from a repo or when switchting branches.
Using a git `post-checkout` hook placed in `.git/hooks/post-update` this can be automated for most cases. Using a git `post-checkout` hook placed in `.git/hooks/post-update` this can be automated for most cases.


####Basic Sample: #### Basic Sample:


```bash ```bash
#!/bin/bash #!/bin/bash
phpab -c -o src/autoload.inc.php src phpab -c -o src/autoload.inc.php src
``` ```


####Sample using an `ant build.xml` file. #### Sample using an `ant build.xml` file.


```bash ```bash
#!/bin/bash #!/bin/bash
Expand Down

0 comments on commit 3ef719e

Please sign in to comment.