From 0407f0776c9020484056cf2b7888ddc6d1f4703e Mon Sep 17 00:00:00 2001 From: Andrei Kashcha Date: Tue, 30 Dec 2014 19:24:10 -0800 Subject: [PATCH] Removed redundant links --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index b5b903d..3d75bbf 100644 --- a/README.md +++ b/README.md @@ -179,9 +179,4 @@ I need your feedback ---------------------------------------------------- Disclaimer: I wrote this library to learn JavaScript. By no means I pretend to be an expert in the language and chosen approach to design may not be the optimal. I would love to hear your feedback and suggestions. -Though I implemented this library from scratch, I went through many existing libraries to pick the best (at my view) out of them. If you are evaluating libraries for your project make sure to check them out as well: - -* [Dracula Graph Library](https://github.com/strathausen/dracula) - written by [Johann Philipp Strathausen](https://github.com/strathausen) and uses [Raphaƫl](http://raphaeljs.com/) library to render graphs. Has very simple API. -* [D3](http://mbostock.github.com/d3/ex/force.html) - one of the best data visualization library in JavaScript world. From [Mike Bostock](https://github.com/mbostock). - My goal is to create highly performant javascript library, which serves in the field of graph drawing. To certain extent I achieved it. But I have no doubt there is much more to improve here.