README.md in admin_help-0.1.4 vs README.md in admin_help-0.1.5
- old
+ new
@@ -1,11 +1,9 @@
# AdminHelp
-Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/admin_help`. To experiment with that code, run `bin/console` for an interactive prompt.
+It is a lightweight friendly ui framework
-TODO: Delete this and the text above, and describe your gem
-
## Installation
Add this line to your application's Gemfile:
```ruby
@@ -20,15 +18,20 @@
$ gem install admin_help
## Usage
-In your application.css, include the css file:
+In your application.css, include the scss file:
```
/*
- *= require admin_help
- */
+*= require admin_help.scss
+*/
+```
+Or in your application.scss, include the scss file:
+
+```
+@import "admin_help"
```
## Development
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.