summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-05-28 12:27:14 +0200
committerGitHub <noreply@github.com>2019-05-28 12:27:14 +0200
commit5c957b5f8d95c38f6387e913e3eab62506ebc013 (patch)
tree7b7f082917a892f7be27c21bcd28260142a92ab4
parentcac85261176150567c13e0719dbaaaef5127a908 (diff)
Update README.md (#6146)
-rw-r--r--web/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/README.md b/web/README.md
index c110ef6512..5c1a06f59b 100644
--- a/web/README.md
+++ b/web/README.md
@@ -14,7 +14,7 @@ For our convenience, Netdata provides 2 more layers:
Charts information is stored at /usr/share/netdata/web/[dashboard_info.js](gui/dashboard_info.js). This file includes information that is rendered on the dashboard, controls chart colors, section and subsection heading, titles, etc.
-If you change that file, your changes will be overwritten when Netdata is updated. You can preserve your settings by creating a new such file (there is /usr/share/netdata/web/[dashboard_info_custom.example.js](gui/dashboard_info_custom_example.js) you can use to start with).
+If you change that file, your changes will be overwritten when Netdata is updated. You can preserve your settings by creating a new such file (there is /usr/share/netdata/web/[dashboard_info_custom_example.js](gui/dashboard_info_custom_example.js) you can use to start with).
You have to copy the example file under a new name, so that it will not be overwritten with Netdata updates.