summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2019-01-21 21:39:33 -0800
committerJared Norman <jared@super.gd>2019-01-21 21:39:33 -0800
commit98a48f094eedbd7c1e78c5f5864c3a7ff20de8e0 (patch)
tree2e585bf151f22979c960e96868b675fe52f2ec11
parent40b63f8f069b6d869619bbfcb1554a7e7cbcbe57 (diff)
Correct typo in READMEv0.1.0
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3e2c0a7..a19ecd5 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ This is not a fork of [spree_taxjar](https://github.com/vinsol-spree-contrib/spr
SuperGood::SolidusTaxJar::TaxCalculator.exception_handler = ->(e) {
# Report exceptions in here. For example, if you were using the Sentry's
# raven-ruby gem to report errors, you might do this:
- Raven.capture_exception(exception)
+ Raven.capture_exception(e)
}
```