README.md in remixicon-1.0.0 vs README.md in remixicon-1.0.1

- old
+ new

@@ -1,8 +1,8 @@ # Remixicon Ruby Gem -Remixicon rubygem for Rails / Sprockets / Hanami / etc +[Remixicon](https://remixicon.com/) rubygem for Rails / Sprockets / Hanami / etc ## Installation Add this line to your application's Gemfile: @@ -16,12 +16,10 @@ Or install it yourself as: $ gem install remixicon -## Usage - Ensure that `sprockets-rails` is at least v2.3.2. Import Remixicon styles in `app/assets/stylesheets/application.scss`: ```scss @@ -35,8 +33,14 @@ $ mv app/assets/stylesheets/application.css app/assets/stylesheets/application.scss ``` Then, remove all the `*= require` and `*= require_tree` statements from the Sass file. Instead, use `@import` to import Sass files. -## Contributing +## Usage -Bug reports and pull requests are welcome on GitHub at https://github.com/hfpp2012/remixicon-rails. +```html +<i class="ri-zcool-fill"></i> +``` + +## My other open source projects + +- [railstart-niceadmin](https://github.com/hfpp2012/railstart-niceadmin)