diff --git a/README.md b/README.md
index d4ee428..c5f3f3c 100644
--- a/README.md
+++ b/README.md
@@ -235,6 +235,8 @@ feather.icons.x.toString()
// ''
```
+> **Note:** `x` in the above example can be replaced with any valid icon name. See the complete list of icon names at [feathericons.com](https://feathericons.com). Icons with multi-word names (e.g. `arrow-right`) **cannot** be accessed using dot notation (e.g. `feather.icons.x`). Instead, use bracket notation (e.g. `feather.icons['arrow-right']`).
+
[View Source](https://github.com/colebemis/feather/blob/master/src/icons.js)
---