|
@@ -38,7 +38,7 @@ const StatusBar = Uppy.StatusBar
|
|
|
|
|
|
## CSS
|
|
|
|
|
|
-The StatusBar plugin includes a CSS file for styling. If you are using the [`@uppy/dashboard`](/docs/dashboard) plugin, you do not need to include the styles for the StatusBar, because the Dashboard already includes it.
|
|
|
+The `@uppy/status-bar` plugin includes a CSS file for styling. If you are using the [`@uppy/dashboard`](/docs/dashboard) plugin, you do not need to include the styles for the StatusBar, because the Dashboard already includes it.
|
|
|
|
|
|
The CSS file lives at `@uppy/status-bar/dist/style.css`. A minified version can be found at `@uppy/status-bar/dist/style.min.css`.
|
|
|
|
|
@@ -46,7 +46,7 @@ Import one of these files into your project. The way to do this depends on your
|
|
|
|
|
|
## Options
|
|
|
|
|
|
-The StatusBar plugin has the following configurable options:
|
|
|
+The `@uppy/status-bar` plugin has the following configurable options:
|
|
|
|
|
|
```js
|
|
|
uppy.use(StatusBar, {
|