From cf2d482798464e6eae22b4200d76409ab5348ac9 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Thu, 28 Jul 2016 04:08:46 +0200 Subject: [PATCH] small README fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5262dea..56bd321 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Then add it to your package.json's script section to trigger a build: 1. **Config:** Check config in ./npmextra.json (Check out [npmextra](https://www.npmjs.com/package/npmextra)) 1. **Clean:** Clean up from any previous builds (old js files) -1. **Check** Check project for typings declaration in package.json, unused dependencies and missing dependencies +1. **Check:** Check project for typings declaration in package.json, unused dependencies and missing dependencies 1. **Transpile:** Transpile TypeScript with **inline sourcemaps** and **declaration files** to ES6 1. **Documentation:** Create TypeDoc Documentation from TypeScript files 1. **Test:** Babelify ES6 to ES5 on the fly, instrumentalize ES5 JavaScript with istanbul and run tests with Mocha.