vmg / rinku

Autolinking. Ruby. Yes, that's pretty much it.
ISC License
597 stars 67 forks source link

Simplify requiring #81

Open brendon opened 5 years ago

brendon commented 5 years ago

Hi @vmg. Great gem! :)

You could simplify the documentation on how to use this gem by mentioning that it can be installed via the Gemfile and required at the same time:

gem 'rinku', :require => 'rails_rinku'

Then it can be used in views without any further ado. 💃