From e5eda024cbaeeb8b3ece0ec84f50b3fb83b0d944 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 5 Mar 2018 19:40:50 -0800 Subject: [PATCH] Updating readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6602ece..b25d07e 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ Boilerplate for building APIs with [koa2](https://github.com/koajs/koa/tree/v2.x Modified to remove babel as a dependency. This repository is now natively compatible with node v8.9 or higher. +With the exception of removing babel as a dependency, this repository is identical +to Adrian Obelmejias' [koa-api-boilerplate repository](https://github.com/adrianObel/koa2-api-boilerplate). + This project covers basic necessities of most APIs. * Authentication (passport & jwt) * Database (mongoose)