From 68693ecd22e197e10a242633085938d56c84f33b Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 20 Mar 2017 11:03:40 +0300 Subject: [PATCH] fix typo --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index b5a4b1f..6d4271a 100644 --- a/Readme.md +++ b/Readme.md @@ -124,7 +124,7 @@ downloading [===== ] 39/bps 29% 3.7s ### Interrupt -To display a message during progress bar execution, use `interupt()` +To display a message during progress bar execution, use `interrupt()` ```javascript var ProgressBar = require('progress');