From 676de6653997120480c2f1e51247dd7c2ff2c7bd Mon Sep 17 00:00:00 2001 From: Arthur Parmentier Date: Mon, 31 Oct 2016 16:11:40 +0100 Subject: [PATCH] Updated doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 275b423..78f7e03 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ const Menu = React.createClass({ - `xlight` - extra light blur type - `light` - light blur type - `dark` - dark blur type -- `blurAmount` (Number) - blur amount effect +- `blurAmount` (Default: 10, Number) - blur amount effect - `0-100` - Adjusts blur intensity *Note: `blurAmount` does not refresh with Hot Reloading. You must a refresh the app to view the results of the changes*