From 196bca5fa77bfdcd1e695c0600ca81851da97775 Mon Sep 17 00:00:00 2001 From: Juan Villegas Date: Mon, 7 Jul 2014 12:50:37 -0300 Subject: [PATCH] Update README.md small but importante patch to className parameter description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ceab91..926ff70 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ This is how it works: - `topSpacing`: Pixels between the page top and the element's top. - `bottomSpacing`: Pixels between the page bottom and the element's bottom. -- `className`: CSS class added to the element and its wrapper when "sticked". +- `className`: CSS class added to the element's wrapper when "sticked". - `wrapperClassName`: CSS class added to the wrapper. - `getWidthFrom`: Selector of element referenced to set fixed width of "sticky" element.