Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
azatsarynnyy committed Apr 8, 2015
1 parent ab36b4f commit 8bfa047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Che contains:
* A set of extensions for many programming languages, source code systems, builders and runners
* A kernel for loading extensions authored as plug-ins
* Developer tooling for building and and assembling plug-ins to create new IDEs
* A set of platform APIs for developer microservices (e.g., 'build project' or 'search worskpace')
* A set of platform APIs for developer microservices (e.g., 'build project' or 'search workspace')
* A CLI for interacting with platform APIs
* An Eclipse plug-in for editing, building and running Che projects from within Eclipse

Expand All @@ -14,7 +14,7 @@ Che contains:

The IDE is a browser application that is generated by compiling extensions into JavaScript. Extensions can invoke server-side APIs that run within the Che kernel. The kernel is a servlet-based framework that loads and manages extensions. The kernel can be run in any servlet container with a default bundling of Tomcat.

Che can be installed on any operating system that supports Java 1.7 - desktop, server or cloud, and Maven 3.1.1 or higher. It has been tested on Ubuntu, Linux, MacOS and Windows. Java, GWT, GIN and Javascript are the core technologies used to build Che.
Che can be installed on any operating system that supports Java 1.7 - desktop, server or cloud, and Maven 3.1.1 or higher. It has been tested on Ubuntu, Linux, MacOS and Windows. Java, GWT, GIN and JavaScript are the core technologies used to build Che.

### License
Che is open sourced under the Eclipse Public License 1.0.
Expand Down

0 comments on commit 8bfa047

Please sign in to comment.