/usr/share/doc/ruby-rails-assets-favico.js/README.md is in ruby-rails-assets-favico.js 0.3.10+dfsg-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # rails-assets-favico.js
> The Bower package inside a gem
This gem was automatically generated. You can visit [rails-assets.org](https://rails-assets.org) for more information.
## Usage
Add rails-assets source block to your `Gemfile`:
```ruby
source "https://rails-assets.org" do
gem "rails-assets-favico.js"
end
```
Then, import the asset using Sprockets’ `require` directive:
```js
//= require "favico.js"
```
|