From 163893b6cc321d2e2851e4e9a07ef39926bc8c6d Mon Sep 17 00:00:00 2001 From: Fabrice Carrega Date: Thu, 26 Mar 2015 16:29:02 +0100 Subject: [PATCH] Update README.md Modified the content.css path to `app/assets/stylesheets/` instead of `app/assets/javascripts/` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2980a99ce..e99be43aa 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ In order to configure the ckeditor default options, create the following files: ``` app/assets/javascripts/ckeditor/config.js -app/assets/javascripts/ckeditor/contents.css +app/assets/stylesheets/ckeditor/contents.css ``` #### Custom toolbars example