From d662399c76186c870b7353fc5c24fd0c8b1670b7 Mon Sep 17 00:00:00 2001 From: sorano Date: Thu, 22 Sep 2016 13:49:40 +0200 Subject: [PATCH] Update RRDCached.md Added apostrophe's around rrdtool_version number to prevent incorrect config syntax. --- doc/Extensions/RRDCached.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Extensions/RRDCached.md b/doc/Extensions/RRDCached.md index f881e9c683..824713e994 100644 --- a/doc/Extensions/RRDCached.md +++ b/doc/Extensions/RRDCached.md @@ -8,7 +8,7 @@ If you have rrdcached 1.5.5 or above, we can also tune over rrdcached. To enable this set the following config: ```php -$config['rrdtool_version'] = 1.5.5; +$config['rrdtool_version'] = '1.5.5'; ``` ### Support matrix