From abe06c9297e66813b038159008aeab0c15db71e2 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 19 May 2016 20:38:15 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c36abe..e53b295 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The plugin produces beautiful output like this: ![console.png](https://mediaserve.lossless.digital/github.com/pushrocks/beautylog/console.png) ### Ora Integration -beautylog wraps the excellent ora module from npm to better work with beautylog. In general that means that you can log persistent messages WHILE you are actually having an active Ora object. beautylog handles all the fuss for you. +beautylog wraps the excellent [ora module](https://www.npmjs.com/package/ora) from npm to better work with beautylog. In general that means that you can log persistent messages WHILE you are actually having an active Ora object. beautylog handles all the fuss for you. ```typescript var myOra = new beautylog.Ora("my awesome text", "blue");