From f5b57ab71b27d3752aef3a21f2cf7e3dd9f00d1e Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 30 Nov 2016 15:36:36 -0300 Subject: [PATCH] Update README.md fix styling with css section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fad88fa..5f4b492 100644 --- a/README.md +++ b/README.md @@ -147,13 +147,13 @@ You can apply custom styling right on the `LoadingBar` component. For example yo Alternatively, you can specify your own CSS class. -**Please note that will disable default styling (which is `color: red; height: 3px; position: absolute;`).** +**Please note that will disable default styling (which is `background-color: red; height: 3px; position: absolute;`).** ```jsx ``` -Don't forget to set `height`, `color` and `position` for the `loading` class in your CSS files. +Don't forget to set `height`, `background-color` and `position` for the `loading` class in your CSS files. ## Configure Progress Simulation