From 7c6e9c7e9adf15b92834d8e2b76599af71cb7025 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Thu, 7 Feb 2019 16:42:48 -0800 Subject: [PATCH] fix(util): Added util dir that allows for manipulation of the db --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b38c54b..a781c62 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,10 @@ [![Greenkeeper badge](https://badges.greenkeeper.io/christroutner/babel-free-koa2-api-boilerplate.svg)](https://greenkeeper.io/) -Boilerplate for building APIs with [koa2](https://github.com/koajs/koa/tree/v2.x) and mongodb. -This repository is forked from Adrian Obelmejias' [koa-api-boilerplate repository](https://github.com/adrianObel/koa2-api-boilerplate). +This repoository is a boilerplate for building APIs with +[koa2](https://github.com/koajs/koa/tree/v2.x) and mongodb. +This repository was originally forked from Adrian Obelmejias' +[koa-api-boilerplate repository](https://github.com/adrianObel/koa2-api-boilerplate). It makes the following modifications: - Remove babel as a dependency. This repository is now natively compatible with