diff --git a/Docs/Documentation/Setup.md b/Docs/Documentation/Setup.md index 39e3db9..c7628fe 100644 --- a/Docs/Documentation/Setup.md +++ b/Docs/Documentation/Setup.md @@ -21,7 +21,7 @@ $this->Html->script('/TinyMCE/js/tiny_mce/tiny_mce.js', array( )); ``` -and placing your own script in the head of the page. Please note that the helper will auto add the TinyMCE editor script to the header of the page. No need to to that by hand if you use the helper. +and placing your own script in the head of the page. Please note that the helper will auto add the TinyMCE editor script to the header of the page. No need to do that by hand if you use the helper. If your app is not set up to work in the top level of your host / but instead in /yourapp/ the automatic inclusion of the script wont work. You'll manually have to add the js file to your app: @@ -29,4 +29,4 @@ If your app is not set up to work in the top level of your host / but instead in $this->Html->script('/yourapp/TinyMCE/js/tiny_mce/tiny_mce.js', array( 'inline' => false )); -``` \ No newline at end of file +```