Add some quick instructions to the README.md file.
diff --git a/README.md b/README.md
index ba20872..ec54968 100644
--- a/README.md
+++ b/README.md
@@ -13,12 +13,14 @@
     sh bin/run.sh [profile] arg*
 
 If you don't specify [profile] the 'default' profile will be used.  'arg*' isn't
-really used much in the service container profiles (like 'default').
+really used much in the service container profiles (like 'default').  
 
 Services are packaged into a jar file and placed into the 'deploy' folder
 of the profile that you want to run.  When you run the container, all services
 in the profile are started up.  The default profile monitors the deploy folder
-each 5s and starts up any new services you put into the deploy folder.
+each 5s and starts up any new services you put into the deploy folder. The 
+'default' profile already includes a transient reggie instance and a transient 
+mahalo instance.  You can add your own services to this folder as well.
 
 Have a look at the 'reggie-module' or 'mahalo-module' target folders to see
 what the archive should look like.  Startup parameters are in 'start.properties'.