Index: /FCKeditor/trunk/fckeditor.cfc
===================================================================
--- /FCKeditor/trunk/fckeditor.cfc	(revision 734)
+++ /FCKeditor/trunk/fckeditor.cfc	(revision 735)
@@ -28,8 +28,8 @@
  *
  * <cfscript>
- * 		fckEditor = createObject("component", "fckEditorV2/fckeditor");
+ * 		fckEditor = createObject("component", "fckeditor.fckeditor");
  * 		fckEditor.instanceName="myEditor";
- * 		fckEditor.basePath="/fckEditorV2/";
- * 		fckEditor.value="This is my <strong>initial</strong> html text.";
+ * 		fckEditor.basePath="/fckeditor/";
+ * 		fckEditor.value="<p>This is my <strong>initial</strong> html text.</p>";
  * 		fckEditor.width="100%";
  * 		fckEditor.height="200";
@@ -52,7 +52,5 @@
 	hint="Outputs the editor HTML in the place where the function is called"
 >
-	<cfoutput>
-		#CreateHtml()#
-	</cfoutput>
+	<cfoutput>#CreateHtml()#</cfoutput>
 </cffunction>
 
