Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 72a846f

Browse files
committed
Fix documentazione
1 parent a9bbdcf commit 72a846f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/NET6CustomLibrary/Docs/README-CustomResponse.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
:alarm_clock: More status codes will be added soon
44

5-
65
## Example of custom message for a 200 Ok status
76

87
```csharp
@@ -13,7 +12,7 @@
1312
return Ok(new DefaultResponse(HttpStatusCode.Ok, true));
1413
```
1514

16-
<b>Note:</b> result can be a message in string format or a response class that returns a DTO
15+
**Note:** result can be a message in string format or a response class that returns a DTO
1716

1817
## Example of custom message for a 201 Created status
1918

0 commit comments

Comments
 (0)