Skip to content

Commit

Permalink
Fix backwards Markdown headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
William Johnston committed Sep 24, 2013
1 parent b7feb00 commit e4981d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Original file line Diff line number Diff line change
@@ -1,17 +1,17 @@
A URL Parsing Library A URL Parsing Library
--------------------- =====================


This is a simple library for parsing, modifying, and reassembling a URL. This is a simple library for parsing, modifying, and reassembling a URL.




To test To test
======= -------


Go into test/ and run phpunit URL_test.php Go into test/ and run phpunit URL_test.php




To generate docs To generate docs
================ ----------------


In the root dir, run: In the root dir, run:
phpdoc run -d . -t docs/ -i test/ phpdoc run -d . -t docs/ -i test/

0 comments on commit e4981d2

Please sign in to comment.