From 2366d52ee6450e778fd71b93bfda0ffe7e9d5fa7 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sat, 20 Mar 2021 22:04:30 -0400 Subject: [PATCH] Use Eclipse as an example instead of Sublime Fixes #865 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3911796320..07eaf5f519 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ Applications are often built on a *framework.* Typically, both application and f * [Phoenix](https://phoenixframework.org/) applications are written in Elixir, and so is Phoenix. Some programs support plugins. Often the plugins are written in the same language as the underlying program. -* [Sublime Text](https://www.sublimetext.com/) plugins are written in Python, and so is Sublime. * [Webpack](https://webpack.js.org/) plugins are written in JavaScript, and so is Webpack. +* [Eclipse](https://www.eclipse.org/ide/) plugins are written in Java, and so is Eclipse. * [Leiningen](https://leiningen.org/) plugins are written in Clojure, and so is Leiningen. All of these can be considered examples of a platform/application relationship. There is an underlying platform, and many applications are built on top of it. (Plugins are a type of application in this sense.)