From 6bf81fc665248ff30540f4def2f57eb5889603cc Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Sat, 16 Jan 2016 14:42:30 +0100 Subject: [PATCH] improve readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c421e0d..1a43cfb 100644 --- a/README.md +++ b/README.md @@ -22,5 +22,10 @@ Then use it in package.json's script section to trigger a build: by default npmts looks for an `./ts/index.ts` and a `./ts/test.ts` that will compile to `./index.js` and `./test.js` -## Dev Readme -There is a dev [README-dev.md](README-dev.md) in the repo. \ No newline at end of file +### Custom behaviour +We are currently building support for custom behaviour with a super simple config file. +Check back soon. + +## Readme for Devs +There is a [README-dev.md](README-dev.md) in the repo. +This is only of interest for you if are looking to improve or build upon this package. \ No newline at end of file