From 6a748e09783ee0041009f91074316b4a23ca49e7 Mon Sep 17 00:00:00 2001 From: Verdi R-D Date: Mon, 15 Oct 2018 17:15:31 -0400 Subject: [PATCH] Fixed cambozola typo (#2252) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e9083d43..94774364c 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Please visit our [ReadtheDocs site](https://zoneminder.readthedocs.org/en/stable ### Package Maintainers Many of the ZoneMinder configration variable default values are not configurable at build time through autotools or cmake. A new tool called *zmeditconfigdata.sh* has been added to allow package maintainers to manipulate any variable stored in ConfigData.pm without patching the source. -For example, let's say I have created a new ZoneMinder package that contains the cambolzola javascript file. However, by default cambozola support is turned off. To fix that, add this to the pacakging script: +For example, let's say I have created a new ZoneMinder package that contains the cambozola javascript file. However, by default cambozola support is turned off. To fix that, add this to the pacakging script: ```bash ./utils/zmeditconfigdata.sh ZM_OPT_CAMBOZOLA yes ```