Skip to content

Commit a8447ac

Browse files
authored
Update README.md
1 parent 416db58 commit a8447ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ A utility code that can be used to request Data from services...
44
This library is based on my experience and need of working in the past company, taking many services in. I could handle any request so far using it, and every time I felt it doesn't support my need, i tried to expand it.
55

66
[![NuGet](https://img.shields.io/badge/nuget-v1.7.0-blue)](https://www.nuget.org/packages/AdvancedRestHandler/)
7+
[![Build and Test](https://github.com/deadmann/AdvancedRestHandler/actions/workflows/main.yml/badge.svg)](https://github.com/deadmann/AdvancedRestHandler/actions/workflows/main.yml)
8+
[![SonarCloud](https://github.com/deadmann/AdvancedRestHandler/actions/workflows/build.yml/badge.svg)](https://github.com/deadmann/AdvancedRestHandler/actions/workflows/build.yml)
79

810
First install the package using following commands, or download it manually from release section...
911

@@ -57,4 +59,4 @@ The Arh `RestHandlerInitializerOptions` is a model that provide options that you
5759
### RestHandlerRequestOptions:
5860
The Arh `RestHandlerRequestOptions` is a model that provide options per request of ARH
5961

60-
- `SslProtocols`: (Does nothing if is set) This option allow you to change your request SSL/TSL protocols
62+
- `SslProtocols`: (Does nothing if is set) This option allow you to change your request SSL/TSL protocols

0 commit comments

Comments
 (0)