diff --git a/README.md b/README.md index 09ccfb4..99c09c5 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Then add it to your package.json's script section to trigger a build: 1. Clean up from any previous builds (old js files) 1. Install typings 1. Transpile TypeScript with **inline sourcemaps** and **declaration files** -1. Create JsDoc Documentation +1. Create EsDoc Documentation 1. Instrumentalize created JavaScript files with istanbul 1. Run Tests 1. Create Coverage report @@ -111,7 +111,7 @@ thanks to autogenerated source maps. ## Tips and tricks: * Use [npmts-g](https://www.npmjs.com/package/npmts-g) to use globally installed npmts and install npmts locally if no global npmts is available. -* Use [npmpage](https://www.npmjs.com/package/npmtspage) to create a webpage from coverage reports and JsDocs for the module +* Use [npmpage](https://www.npmjs.com/package/npmtspage) to create a webpage from coverage reports and EsDocs for the module * Use [hosttoday/ht-docker-node:npmts](https://hub.docker.com/r/hosttoday/ht-docker-node/) for speedy CI builds ## About the authors: