From 9f748c06076308a8f8ce12597ff3312a92977fd5 Mon Sep 17 00:00:00 2001 From: Tyler Jewell Date: Wed, 26 Aug 2015 10:57:01 -0700 Subject: [PATCH] camelCase sub-projects list. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5edfafc0de4..ae3181b9f95 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ This builds an assembly with the Java, git, and maven plugins. The SDK has embe * **che-core**: [Core components] (http://github.com/codenvy/che-core) * **che-depmgt**: [Maven dependency management POM] (http://github.com/codenvy/che-depmgt) * **che-parent**: [Maven parent POM] (http://github.com/codenvy/che-parent) -* **CLI**: [CLI for interacting with Che remotely] (http://github.com/codenvy/cli) -* **Eclipse Plug-In**: [An Eclipse plug-in for running Che projects] (http://github.com/codenvy/eclipse-plugin) +* **cli**: [CLI for interacting with Che remotely] (http://github.com/codenvy/cli) +* **eclipse-plugin**: [An Eclipse plug-in for running Che projects] (http://github.com/codenvy/eclipse-plugin) ### Engage * **Contribute:** We accept pull requests. Please see [how to contribute] (https://github.com/codenvy/che/blob/master/CONTRIBUTING.md).