From e847e2cb3fdc35dbe994622694fb043804e74149 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 20 May 2022 21:47:53 +0200 Subject: [PATCH] chore(pathfinding-edge): update README.md --- packages/pathfinding-edge/README.md | 36 +++++++++-------------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/packages/pathfinding-edge/README.md b/packages/pathfinding-edge/README.md index abfe18cc..bee8fa7a 100644 --- a/packages/pathfinding-edge/README.md +++ b/packages/pathfinding-edge/README.md @@ -1,15 +1,6 @@ # Vue Flow Pathfinding Edge 🧲 -![top-language](https://img.shields.io/github/languages/top/bcakmakoglu/vue-flow-pathfinding-edge) -[![dependencies Status](https://status.david-dm.org/gh/bcakmakoglu/vue-flow-pathfinding-edge.svg)](https://david-dm.org/bcakmakoglu/vue-flow-pathfinding-edge) -[![devDependencies Status](https://status.david-dm.org/gh/bcakmakoglu/vue-flow-pathfinding-edge.svg?type=dev)](https://david-dm.org/bcakmakoglu/vue-flow-pathfinding-edge?type=dev) -![vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/bcakmakoglu/vue-flow-pathfinding-edge) -![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/bcakmakoglu/vue-flow-pathfinding-edge) -![GitHub last commit](https://img.shields.io/github/last-commit/bcakmakoglu/vue-flow-pathfinding-edge) - -### **Custom Edge that avoids crossing other Nodes** - -Check the [documentation](https://vueflow.dev/docs/addons/pathfinding) for more info on how to use this custom edge. +### Custom Edge that avoids crossing other Nodes ## 🛠 Setup @@ -24,26 +15,20 @@ $ npm i --save @braks/vue-flow-pathfinding-edge ## 🎮 Quickstart ```vue -