Skip to content

Commit

Permalink
Remove 'Rails' as rake task no longer requires it
Browse files Browse the repository at this point in the history
  • Loading branch information
danthompson committed Jan 7, 2013
1 parent 8441803 commit 808cb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'gemoji'


**Sync images** **Sync images**


Images can be copied to your public directory with `rake emoji` in your Rails app. This is the recommended approach since the images will be available at a consistent location. This works best with cached formatted user content generated by tools like [html-pipeline](https://github.com/jch/html-pipeline). Images can be copied to your public directory with `rake emoji` in your app. This is the recommended approach since the images will be available at a consistent location. This works best with cached formatted user content generated by tools like [html-pipeline](https://github.com/jch/html-pipeline).


``` ruby ``` ruby
# Rakefile # Rakefile
Expand Down

0 comments on commit 808cb09

Please sign in to comment.