nbarthelemy / twitter-bootstrap-rails-cdn

Twitter Boostrap CDN support for Rails 3 and 4
MIT License
9 stars 5 forks source link

renamed 'include' to 'link' in the name of stylesheet tag method #2

Closed bwanicur closed 11 years ago

bwanicur commented 11 years ago

Thanks for the handy gem! I always prefer to use CDN when I can.

In the README documentation the stylesheet tag method is named:

_twitter_bootstrap_stylesheet_linktag

However, in the code it is named:

_twitter_bootstrap_stylesheet_includetag

I agree with the former as it is more consistent with the Rails helper method's name.

nbarthelemy commented 11 years ago

I just released 1.1.2 with your change.