From 6d0a1a605c881854d9062e418772c3ffce3c0853 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Fri, 5 Nov 2010 11:09:03 +0100 Subject: [PATCH] add readme --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 00000000..8f27fea7 --- /dev/null +++ b/Readme.md @@ -0,0 +1,6 @@ +ACE (Ajax.org Code Ediror) +========================== + +ACE is a standalone code editor written in JavaScript. It can be easily embedded in any web page and JavaScript application. It is currently used as the editor component of the [Cloud9 IDE](http://cloud9ide.com). + +Checkout the (demo)[http://cloud9ide.com]!