From 65e56a5eaf47f30d2243fe0893813bd5cdc366e2 Mon Sep 17 00:00:00 2001 From: cadorn Date: Wed, 29 Feb 2012 16:07:23 -0800 Subject: [PATCH] docs --- sourcemint/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sourcemint/README.md b/sourcemint/README.md index b8dfb23c..7fb47659 100644 --- a/sourcemint/README.md +++ b/sourcemint/README.md @@ -31,7 +31,7 @@ Development node dev **NOTE:** Modified source files are automatically reloaded on browser refresh so there is no -need to restart the server during development. +need to restart the server during development. (**NOT YET IMPLEMENTED**) Production @@ -57,7 +57,7 @@ used in a production application by serving these static files via a web server. }); -See `` for an example of how to write an ACE bootstrap package. +See `../demo/kitchen-sink` for an example of how to write an ACE bootstrap package. See [Embedding Ace](https://github.com/ajaxorg/ace) and [Embedding API](https://github.com/ajaxorg/ace/wiki/Embedding---API) for more information on how to embed and interact with ACE.