diff --git a/README.md b/README.md index f1d9052..fa4bec5 100644 --- a/README.md +++ b/README.md @@ -69,13 +69,11 @@ Reported tags: method: "PostsController#index", http_method: "GET", format: "html", - status: ["200", ""], + status: ["500"], exception: "ArgumentError" } ``` -*Note*: If an exception happens during that particular action the `status` will be blank and the tag `exception` will contain the name of the exception class. The status is blank because we can't know how you handle the exception outside the action. - ### Action View Reported ActiveSupport instrumentation hooks: