From 7823c9d6050474ea692da0ba04ee4dc4730a430a Mon Sep 17 00:00:00 2001 From: Nathan Haug <nate@quicksketch.org> Date: Fri, 9 Aug 2013 15:41:41 -0700 Subject: [PATCH] Issue #1209696: Correcting path to highcharts.js in README.txt. --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 9290dc7..e713a70 100644 --- a/README.txt +++ b/README.txt @@ -37,7 +37,7 @@ Libraries module for Drupal: https://drupal.org/project/libraries Then you'll need to download Highcharts and place it in sites/all/libraries directory. The highcharts.js file should be located at: -sites/all/libraries/highcharts/highcharts.js. You will also need to remove a +sites/all/libraries/highcharts/js/highcharts.js. You will also need to remove a directory called "exporting-server" within the Highcharts download. This directory contains sample code for exporting charts that may compromise the security of your site. The module will throw an error if this directory is left -- GitLab