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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,20 +15,20 @@ The wrapper can easily be imported into your project using the [SSLLWrapper NuGe
15
15
**PM> Install-Package SSLLWrapper**
16
16
17
17
### Wrapper Usage
18
-
When creating a new instance of SSL Labs wrapper service you must supply the API url during the initialization. For example in C# this would be expressed as the following:
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:
Below are the method signatures of the SSL Labs wrapper service.
27
+
Below are the method signatures of the SSL Labs api wrapper service.
28
28
29
29
##### Info()
30
30
31
-
The Info method is used to determine if the API is online and returns an [Info response object](https://github.com/AshleyPoole/SSLLWrapper/blob/master/README.md#info-1). No input parameters are taken.
31
+
The Info method is used to determine if the API is online and returns an [Info response object](https://github.com/AshleyPoole/sslLabs-api-wrapper/blob/master/README.md#info-1). No input parameters are taken.
0 commit comments