From fde7ca665318cac9a1051b2974d4433e4566cea7 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sat, 10 Jul 2021 16:44:38 +0200 Subject: [PATCH] update: README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) 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.