README.md in simple_form-themes-0.2.2 vs README.md in simple_form-themes-0.3.0

- old
+ new

@@ -17,10 +17,33 @@ ```bash gem install simple_form-themes ``` ## Usage -How to use my plugin. + +> We are asuming you already have the CSS theme installed in your project. + +### Tailwind CSS Theme + +To use the Tailwind CSS Theme, run the following command: + +```bash +rails generate simple_form:theme:tailwindcss install +``` + +it will create a file in `config/initializers/simple_form_tailwindcss.rb` with the Tailwind styles. +just run the rails server and you will see the Bulma implemented in your forms. + +### Bulma CSS Theme + +To use the Bulma CSS Theme, run the following command: + +```bash +rails generate simple_form:theme:bulma install +``` + +it will create a file in `config/initializers/simple_form_bulma.rb` with the Bulma styles. +just run the rails server and you will see the Bulma implemented in your forms. ## Contributing Contribution directions go here.