Skip to content

Commit 8611f7e

Browse files
committed
Update README.md
1 parent fecba3f commit 8611f7e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Below are the method signatures of the SSLLWrapper Service.
2929

3030
##### Info()
3131

32-
The Info method is used to determin 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.
32+
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.
3333

3434
```C#
3535
public Info Info()
@@ -43,7 +43,7 @@ The Analyze method is used to initiate an assessment or retrieve results. The re
4343
public Analyze Analyze(string host, Publish publish, ClearCache clearCache, FromCache fromCache, All all)
4444
```
4545

46-
The wrapper also contains an overloaded Analyze method which only requires the host parameter. Internal is uses the following paramter options - Publish.Off, ClearCache.On, FromCache.Ignore, All.On.
46+
The wrapper also contains an overloaded Analyze method which only requires the host parameter. Internal is uses the following parameter options - Publish.Off, ClearCache.On, FromCache.Ignore, All.On.
4747
```C#
4848
public Analyze Analyze(string host)
4949
```
@@ -69,7 +69,7 @@ public StatusDetails GetStatusCodes()
6969

7070
#### Response Objects
7171

72-
All the response objects are static .NET objects which are populated from the SSL Labs Assement API's result. Due to the response models are based on those derived from the API itself I will only provide a top level response model map. For more information on the properties available check out [their documentation](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs.md#response-objects).
72+
All the response objects are static .NET objects which are populated from the SSL Labs Assessment API's result. Due to the response models are based on those derived from the API itself I will only provide a top level response model map. For more information on the properties available check out [their documentation](https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs.md#response-objects).
7373

7474
All response objects also inherit from a custom BaseModel to extent the usability to you as the developer, as well as core functionality needed to consume the API's. The properties are listed below for all top level or custom response objects.
7575

@@ -221,5 +221,8 @@ public enum All
221221

222222
### Author
223223
Ashley Poole - www.ashleypoole.co.uk.
224+
[SSLWrapper project's home page](http://www.ashleypoole.co.uk/ssllwrapper?utm_source=github&utm_medium=githubproject&utm_campaign=ssllwrapper)
224225

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

0 commit comments

Comments
 (0)