diff --git a/README.md b/README.md index 3377957..467a96c 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ You can also use the [online tool](http://danilowoz.com/create-vue-content-loade |secondaryColor|string|`'#ecebeb'`|| |uniqueKey|string|`randomId()`|Unique ID, you need to make it consistent for SSR| |animate|boolean|`true`|| -|baseUrl|string|empty string|Required if you're using in your . Defaults to an empty string. This prop is common used as: which will fill the SVG attribute with the relative path. Related [#14](https://github.com/egoist/vue-content-loader/issues/14).| +|baseUrl|string|empty string|Required if you're using `` in your ``. Defaults to an empty string. This prop is common used as: `` which will fill the SVG attribute with the relative path. Related [#14](https://github.com/egoist/vue-content-loader/issues/14).| |primaryOpacity|number|`1`|Background opacity (0 = transparent, 1 = opaque) used to solve an issue in Safari| |secondaryOpacity|number|`1`|Background opacity (0 = transparent, 1 = opaque) used to solve an issue in Safari|