From 945ae3e6c210fc97077b7731dea1b57135607d60 Mon Sep 17 00:00:00 2001 From: Adrian Obelmejias Date: Tue, 30 Aug 2016 15:27:07 -0400 Subject: [PATCH] Fix typo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d44803..73666e1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This project covers basic necessities of most APIs. * Authentication (passport & jwt) * Database (mongoose) * Testing (mocha) -* Doc generation with jsondoc +* Doc generation with apidoc ##Requirements * node __^4.0.0__ @@ -27,7 +27,7 @@ git clone https://github.com/adrianObel/koa2-api-boilerplate.git * [Passport](http://passportjs.org/) * [Nodemon](http://nodemon.io/) * [Mocha](https://mochajs.org/) -* [jsondoc](http://apidocjs.com/) +* [apidoc](http://apidocjs.com/) * [Babel](https://github.com/babel/babel) * [ESLint](http://eslint.org/) @@ -60,7 +60,7 @@ git clone https://github.com/adrianObel/koa2-api-boilerplate.git * `npm test` Run mocha tests ##Documentation -API documentation is written inline and generated by [jsondoc](http://apidocjs.com/). +API documentation is written inline and generated by [apidoc](http://apidocjs.com/). Visit `http://localhost:5000/docs/` to view docs