Index: /FCKeditor.Java/trunk/src/site/apt/velocity_freemarker.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/velocity_freemarker.apt	(revision 2154)
+++ /FCKeditor.Java/trunk/src/site/apt/velocity_freemarker.apt	(revision 2155)
@@ -39,5 +39,5 @@
   The main class that builds the html for the editor is {{{java-core/apidocs/net/fckeditor/fckeditor.html}<<<net.fckeditor.FCKeditor>>>}}.
   We propose to write a wrapper object to initialize the FCKeditor object.\
-  A very simple example:
+  Have a look at this very simple example:
   
 +------------------------------------------------------------------------------+
@@ -59,9 +59,9 @@
 +------------------------------------------------------------------------------+
 
-  Let's assume that you add a <<<FCKeditorWrapper>>> instance to your context
-  objects, then you just need the following minimal template example (Velocity):
+  Let's assume you add a <<<FCKeditorWrapper>>> instance named 'DefaultEditor' 
+  to your context objects, then you just need the following minimal template 
+  example (Velocity):
 
 +------------------------------------------------------------------------------+
-<script language="javascript" type="text/javascript" src="/fckeditor/fckeditor.js"></script>
 <form method="post" action="[servlet path]">
    $editor.get("DefaultEditor", "Some text");
