Update vendors.

Former-commit-id: 44c2fe9fbfbf50aa64663d46b45d6fd2c778f2b7
This commit is contained in:
John-David Dalton
2012-08-16 21:20:54 -07:00
parent 79fbade92a
commit feff34b021
6 changed files with 98 additions and 64 deletions

View File

@@ -1,4 +1,4 @@
# Docdown <sup>v1.0.0-pre</sup>
# Docdown <sup>v1.0.0</sup>
A simple JSDoc to Markdown documentation generator.
@@ -22,17 +22,6 @@ $markdown = docdown(array(
));
~~~
## Cloning this repo
To clone this repository just use:
~~~ bash
git clone https://github.com/docdown/docdown.git
cd docdown
~~~
Feel free to fork and send pull requests if you see improvements!
## Author
* [John-David Dalton](http://allyoucanleet.com/)