Skip to content

Commit afd62ad

Browse files
authored
Update README.md
1 parent 17a03e5 commit afd62ad

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
@@ -169,7 +169,7 @@ problem.Map[custom_errors.BadRequestError](func() problem.ProblemDetailErr {
169169
})
170170
```
171171

172-
> #### Custom Problem Details:
172+
#### Custom Problem Details:
173173

174174
We support custom problem details error for create more flexibility response error:
175175
```go
@@ -262,7 +262,7 @@ problem.Map[custom_errors.BadRequestError](func() problem.ProblemDetailErr {
262262
})
263263
```
264264

265-
> #### Custom Problem Details:
265+
#### Custom Problem Details:
266266

267267
We support custom problem details error for create more flexibility response error:
268268
```go

0 commit comments

Comments
 (0)