From 0a5e507d504a0b88b609f9b977bf647d684c0673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Faruk=20Ate=C5=9F?= Date: Thu, 27 Aug 2015 16:55:04 -0700 Subject: [PATCH] Typo in anchor pointer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ac7bb5..62b0c20 100644 --- a/README.md +++ b/README.md @@ -390,7 +390,7 @@ However, use global CSS with caution. With CSS Modules, there are only a handful ## Multiple CSS Modules -Avoid using multiple CSS Modules to describe a single element. Read about [Class Composition](#class-compositon). +Avoid using multiple CSS Modules to describe a single element. Read about [Class Composition](#class-composition). That said, if you require to use multiple CSS Modules to describe an element, enable the [`allowMultiple`](#allowmultiple) option. When multiple CSS Modules are used to describe an element, `react-css-modules` will append a unique class name for every CSS Module it matches in the `styleName` declaration, e.g.