From 12bafef3ac47f14745f19d27b2bc4467b5eb73bd Mon Sep 17 00:00:00 2001 From: Chris Hart Date: Thu, 11 Feb 2016 01:33:12 -0500 Subject: [PATCH 1/2] adds raml2html for docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76d69a7..ab37c60 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [Swagger](http://swagger.io/) - Documentation/querying web interface for REST APIs. * [API doc](http://apidocjs.com/) - Inline Documentation for RESTful web APIs. +* [raml2html](https://github.com/raml2html/raml2html) - generates HTML documentation from a RAML file ## SaaS tools From 324a0b4d22c14edfeeff8577c8660e15c8055eff Mon Sep 17 00:00:00 2001 From: Chris Hart Date: Thu, 11 Feb 2016 10:43:55 -0500 Subject: [PATCH 2/2] fixed style --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab37c60..d40b017 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [Swagger](http://swagger.io/) - Documentation/querying web interface for REST APIs. * [API doc](http://apidocjs.com/) - Inline Documentation for RESTful web APIs. -* [raml2html](https://github.com/raml2html/raml2html) - generates HTML documentation from a RAML file +* [raml2html](https://github.com/raml2html/raml2html) - Generates HTML documentation from a RAML file. ## SaaS tools