From 539db6222091e3ce14bca306d837c18dfb57ab9d Mon Sep 17 00:00:00 2001 From: Kristjan ESPERANTO <35647502+KristjanESPERANTO@users.noreply.github.com> Date: Sat, 14 Dec 2024 13:10:40 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44368f2..29394ef 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ git pull To use this module, add a configuration to the modules array in the `config/config.js` file. -There are two ways to configure this module: Using the module names or using class names. The module name based configuration is easier to use, but has the limitations that you can only use one instance of each module. So if you want to use multiple instances of the same module, you have to use the class based configuration. +There are two ways to configure this module: Using the module names or using class names. The module name based configuration is easier to use, but has the limitation that you can only use one instance of each module. So if you want to use multiple instances of the same module, you have to use the class based configuration. *Note*: Some of the module names used in the following examples are fictitious.