Skip to content

Commit e9d84f5

Browse files
author
Fernando Saint-Jean
committed
#1 - minor refactor on readme for legibility
1 parent 6dae5ec commit e9d84f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GitHub github = Feign.builder()
1414
.target(GitHub.class, "https://api.github.com");
1515
```
1616

17-
##Leveraging the annotations and priority order
17+
## Leveraging the annotations and priority order
1818
For annotation decoding to work, the class must be annotated with `@ErrorHandling` tags.
1919
The tags are valid in both the class level as well as method level. They will be treated from 'most specific' to
2020
'least specific' in the following order:
@@ -73,7 +73,7 @@ GitHub github = Feign.builder()
7373
```
7474

7575

76-
##Complex Exceptions
76+
## Complex Exceptions
7777

7878
Finally, Any exception can be used if they have a default constructor:
7979

0 commit comments

Comments
 (0)