diff --git a/README.md b/README.md index 3d98aded..f989e678 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,6 @@ $ yarn add @braks/revue-flow $ npm i --save @braks/revue-flow ``` -Make sure to include the style.css file from the revue-flow dist directory in your main file or give the nodes your own styling. -```ts -import '@braks/revue-flow/dist/style.css'; - -// the rest of your app -``` - ## Vue2 This doesn't work with Vue2, sorry.