summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/README.md b/README.md
index d16074b..de1d84a 100644
--- a/README.md
+++ b/README.md
@@ -16,15 +16,11 @@ This is not a fork of [spree_taxjar](https://github.com/vinsol-spree-contrib/spr
$ bundle
-2. Next, configure Solidus to use this gem:
+2. Next, configure Solidus to use this gem by running the install generator:
- ```ruby
- # Put this in config/initializers/solidus.rb
-
- Spree.config do |config|
- config.tax_calculator_class = SuperGood::SolidusTaxjar::TaxCalculator
- end
- ```
+ ```sh
+ bundle exec rails generate super_good:solidus_taxjar:install
+ ```
3. Also, configure your error handling: