You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ This wrapper easies the communication to the API's for .NET developers which all
10
10
- The wrapper does **NOT** use web scrapping like other wrappers which don't use the assessment API's.
11
11
12
12
### NuGet Package
13
-
The wrapper can easily be imported into your project using the [SSLLWrapper NuGet package](https://www.nuget.org/packages/SSLLWrapper/). The NuGet install command for this package is:
13
+
The wrapper can easily be imported into your project using the [NuGet package](https://www.nuget.org/packages/SSLLabsApiWrapper/). The NuGet install command for this package is:
14
14
15
-
**PM> Install-Package SSLLWrapper**
15
+
**PM> Install-Package SSLLabsApiWrapper**
16
16
17
17
### Wrapper Usage
18
18
When creating a new instance of SSL Labs api wrapper service you must supply the API url during the initialization. For example in C# this would be expressed as the following:
0 commit comments