From e9dcd807c4080a5040228a544e5f80fe7fa41b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Feje=C5=A1?= Date: Wed, 20 Dec 2017 12:48:43 +0100 Subject: [PATCH] fix webber description --- scripts/web-script.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/web-script.js b/scripts/web-script.js index 27e84fcc4..bbfb5015f 100644 --- a/scripts/web-script.js +++ b/scripts/web-script.js @@ -1,6 +1,6 @@ /* - This is the builder script that generates the README file. - Run using `npm run builder`. + This is the builder script that generates the index.html file. + Run using `npm run webber`. */ // Load modules const fs = require('fs-extra'), path = require('path'), chalk = require('chalk'),