summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 720a1a5..5c7d71d 100644
--- a/README.md
+++ b/README.md
@@ -156,7 +156,7 @@ not been required yet.
The JSON module doesn't extend `Exception` by default. If you convert an `Exception`
object to JSON, it will by default only include the exception message.
-To include the full details, you must either load the load the `json/add/core` mentioned
+To include the full details, you must either load the `json/add/core` mentioned
above, or specifically load the exception addition:
```ruby