From 98a48f094eedbd7c1e78c5f5864c3a7ff20de8e0 Mon Sep 17 00:00:00 2001 From: Jared Norman Date: Mon, 21 Jan 2019 21:39:33 -0800 Subject: Correct typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } ``` -- cgit v1.2.3