Skip to content

Commit d4fc715

Browse files
Update README.md
1 parent 7276ba4 commit d4fc715

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,17 @@ This extension provides an inline rich-text editor for Spree. It implements diff
1313

1414
1. Add the Spree Editor gem to your Gemfile:
1515

16-
gem 'spree_editor', :git => 'git://raw.github.com/spree/spree_editor.git'
17-
gem 'tinymce-rails', '>= 3.4.7.0.1'
16+
`gem 'spree_editor', :git => 'git://raw.github.com/spree/spree_editor.git'`
17+
18+
`gem 'tinymce-rails', '>= 3.4.7.0.1'`
1819

1920
2. Install the gem:
2021

21-
bundle install
22+
`bundle install`
2223

2324
3. Install the assets:
2425

25-
rails g spree_editor:install
26+
`rails g spree_editor:install`
2627

2728
*NOTE:* currently YUI Rich Editor is not yet 3.1 asset ready.
2829
The only editors currently working on Spree 0.70.x are WYMEditor and TinyMCE.

0 commit comments

Comments
 (0)