Skip to content

Commit a448942

Browse files
committed
Update README with new name
1 parent 0466fe6 commit a448942

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
SSLLWrapper
1+
What Is this wrapper?
22
===========
33

4-
SSLLWrapper stands for SSL Labs Wrapper which is the first publicly available .NET wrapper developed for the [SSL Labs' Assessment API's](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs.md) that allow the consumer to test SSL servers on the public internet.
4+
This is the first publicly available .NET wrapper developed for the [SSL Labs' Assessment API's](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs.md) that allow the consumer to test SSL servers on the public internet.
55

66
This wrapper easies the communication to the API's for .NET developers which allows you as the developer to focus on your project rather than managing the plumbing and overhead required to consume the API's.
77

@@ -15,7 +15,7 @@ The wrapper can easily be imported into your project using the [SSLLWrapper NuGe
1515
**PM> Install-Package SSLLWrapper**
1616

1717
### Wrapper Usage
18-
When creating a new instance of SSLLWrapper 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 wrapper service you must supply the API url during the initialization. For example in C# this would be expressed as the following:
1919
```C#
2020
var ssllService = new SSLLWrapper.SSLLService("https://api.dev.ssllabs.com/api/fa78d5a4");
2121

@@ -24,7 +24,7 @@ var ssllService = new SSLLService("https://api.dev.ssllabs.com/api/fa78d5a4");
2424
```
2525
#### Methods
2626

27-
Below are the method signatures of the SSLLWrapper Service.
27+
Below are the method signatures of the SSL Labs wrapper service.
2828

2929
##### Info()
3030

@@ -184,7 +184,7 @@ public enum All
184184
### Author
185185
Ashley Poole - www.ashleypoole.co.uk.
186186

187-
[SSLWrapper project's home page](http://www.ashleypoole.co.uk/ssllwrapper?utm_source=github&utm_medium=githubproject&utm_campaign=ssllwrapper)
187+
[Project's home page](http://www.ashleypoole.co.uk/ssllabs-api-wrapper?utm_source=github&utm_medium=githubproject&utm_campaign=ssllwrapper)
188188

189189
Please contact me if you have any questions, issues or recommendations either via [my website](http://www.ashleypoole.co.uk), [Twitter](http://twitter.com/AshleyPooleUK) or [by email](mailto:[email protected]).
190190

0 commit comments

Comments
 (0)