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