From da51c63457943f76a962095b09cd9187e676a613 Mon Sep 17 00:00:00 2001 From: Ricardo Gladwell Date: Fri, 8 May 2015 10:57:10 +0100 Subject: [PATCH] Ammended Eclipse entry to be less ambiguous. Amended the Eclipse entry to remove strange, ambiguous language and emphasise the open-source nature of Eclipse. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85f44c3..0beb4b0 100644 --- a/README.md +++ b/README.md @@ -246,7 +246,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o *Integrated development environments that try to simplify several aspects of development.* -* [Eclipse](http://www.eclipse.org/) - Does a lot of things in the background. Noteworthy are its large amount of plugins. +* [Eclipse](http://www.eclipse.org/) - Established, open-souce project with support for lots of plugins and languages. * [IntelliJ IDEA](http://www.jetbrains.com/idea/) - Supports a lot of JVM languages and provides good options for Android development. The commercial edition targets the enterprise sector. * [NetBeans](https://netbeans.org/) - Provides integration for several Java SE and EE features starting with database access and servers to HTML5 and AngularJS.