diff --git a/Readme.md b/Readme.md index e739b67..21918ca 100644 --- a/Readme.md +++ b/Readme.md @@ -3,7 +3,7 @@ __ansi_up__ is an easy to use library that transforms text containing [ANSI color escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code#Colors) into HTML. -This module is a single Javascript file with no dependencies. +This module is a single ES6 Javascript file with no dependencies. It is "isomorphic" javascript. This is just another way of saying that the ansi_up.js file will work in both the browser or node.js. The js library is compiled from TypeScript and its type description ships with the NPM. @@ -25,12 +25,13 @@ For example, turn this terminal output: ## Browser Example ```HTML - -