From 5992dca4fd45ec5bbce504425b8b8bedbd536e45 Mon Sep 17 00:00:00 2001 From: Denis Ciccale Date: Fri, 12 Sep 2014 18:41:17 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2267224..3dc7e72 100644 --- a/README.md +++ b/README.md @@ -93,3 +93,4 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [codo](https://github.com/coffeedoc/codo) - CoffeeScript API documentation generator, similar to YARD. (contributed by [Logan Koester](http://github.com/logankoester)) * [Flatdoc](http://ricostacruz.com/flatdoc/) - Create well designed open source documentation from Github repository README files or simple Markdown files. (contributed by [@moore](http://twitter.com/moore)) * [GitBook](https://github.com/GitbookIO/gitbook) - Utility for generating documentation, books and exercises using GitHub/Git and Markdown. (contributed by [Samy Pessé](https://github.com/SamyPesse)) +* [comment.js](https://github.com/dciccale/comment.js) Simple API documentation generator. Create beautyful docs in an easy an flexible way. From c3cbf1e9fd46a1e09bc70383e09801356b8c54d5 Mon Sep 17 00:00:00 2001 From: Denis Ciccale Date: Fri, 12 Sep 2014 18:43:21 +0200 Subject: [PATCH 2/2] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dc7e72..086b72d 100644 --- a/README.md +++ b/README.md @@ -93,4 +93,4 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [codo](https://github.com/coffeedoc/codo) - CoffeeScript API documentation generator, similar to YARD. (contributed by [Logan Koester](http://github.com/logankoester)) * [Flatdoc](http://ricostacruz.com/flatdoc/) - Create well designed open source documentation from Github repository README files or simple Markdown files. (contributed by [@moore](http://twitter.com/moore)) * [GitBook](https://github.com/GitbookIO/gitbook) - Utility for generating documentation, books and exercises using GitHub/Git and Markdown. (contributed by [Samy Pessé](https://github.com/SamyPesse)) -* [comment.js](https://github.com/dciccale/comment.js) Simple API documentation generator. Create beautyful docs in an easy an flexible way. +* [comment.js](https://github.com/dciccale/comment.js) Simple API documentation generator. Create beautiful docs in an easy an flexible way.