Skip to content

Commit c82df2c

Browse files
committed
Default env value and readme corrections.
1 parent e196661 commit c82df2c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PUPPETEER_TEMP_DIR = ./tmp/
44
# HIGHCHARTS CONFIG
55
HIGHCHARTS_VERSION = latest
66
HIGHCHARTS_CDN_URL = https://code.highcharts.com/
7-
HIGHCHARTS_USE_NPM = true
7+
HIGHCHARTS_USE_NPM = false
88
HIGHCHARTS_CORE_SCRIPTS =
99
HIGHCHARTS_MODULE_SCRIPTS =
1010
HIGHCHARTS_INDICATOR_SCRIPTS =

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ This is useful to e.g. upgrade to the latest HC version without downtime.
567567

568568
IMPORTANT NOTE:
569569

570-
This is not possible when using the Highcharts dependency package directly (by setting the `useNpm` true).
570+
This is not possible when using the Highcharts dependency package directly (by setting the `useNpm` to **true**).
571571

572572
# Node.js Module
573573

0 commit comments

Comments
 (0)