diff --git a/README.md b/README.md index 9de376e..9b6cc8f 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,6 @@ public class MyCustomException extends Exception { } ``` - ### Note: +### Note: - If an unannotated exception is thrown, the spring-restful-exception-handler will call `getCause()` until the first annotated exception is found. Provided there is no annotated exception, the default httpStatus and contentType will be used. +If an unannotated exception is thrown, the spring-restful-exception-handler will call `getCause()` until the first annotated exception is found. Provided there is no annotated exception, the default httpStatus and contentType will be used.