Update README.md

This commit is contained in:
Danilo Woznica
2019-03-07 14:19:33 +00:00
committed by GitHub
parent 4de8d96b7b
commit 1917fb1fa2

View File

@@ -76,7 +76,7 @@ Defaults to `Loading interface...`. It's used to describe what element it is. Us
**`baseUrl? string`**
Required if you're using `<base url="/" />` in your `<head/>`. Defaults to an empty string. This prop is commom used as: `<ContentLoader baseUrl={window.location.pathname} />` which will fill the svg attribute with the relative path. Related [#93](https://github.com/danilowoz/react-content-loader/issues/93).
Required if you're using `<base url="/" />` in your `<head/>`. Defaults to an empty string. This prop is common used as: `<ContentLoader baseUrl={window.location.pathname} />` which will fill the SVG attribute with the relative path. Related [#93](https://github.com/danilowoz/react-content-loader/issues/93).
**`speed?: number`**