Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
galetahub committed Mar 25, 2019
1 parent 27135d0 commit 7b40b09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem 'ckeditor', '4.1.3'
Include this inside your `config/initializers/assets.rb`:

```
Rails.application.config.assets.precompile += %w( ckeditor/*)
Rails.application.config.assets.precompile += %w[ckeditor/config.js]
```

For file upload support, you must generate the necessary file storage models.
Expand Down Expand Up @@ -135,7 +135,7 @@ Precompile ckeditor/config.js:
```ruby
# in config/initializers/assets.rb

Rails.application.config.assets.precompile += %w(ckeditor/config.js)
Rails.application.config.assets.precompile += %w[ckeditor/config.js]
```

### Form helpers
Expand Down

0 comments on commit 7b40b09

Please sign in to comment.