Skip to content

Commit 1d666c8

Browse files
authored
Readme fixes (#265)
* minor text fixes * fix Travis badge
1 parent bade6b1 commit 1d666c8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Authorize.Net PHP SDK
1+
# Authorize.Net PHP SDK
22

3-
[![Travis](https://img.shields.io/travis/AuthorizeNet/sdk-php/master.svg)](https://travis-ci.org/AuthorizeNet/sdk-php)
3+
[![Travis CI Status](https://travis-ci.org/AuthorizeNet/sdk-python.svg?branch=master)](https://travis-ci.org/AuthorizeNet/sdk-php)
44
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/AuthorizeNet/sdk-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/AuthorizeNet/sdk-php/?branch=master)
55
[![Packagist](https://img.shields.io/packagist/v/authorizenet/authorizenet.svg)](https://packagist.org/packages/authorizenet/authorizenet)
66

@@ -25,7 +25,7 @@ To test whether your current installation is capable of communicating to our ser
2525
curl_close($ch);
2626
```
2727

28-
If curl is unable to connect to our URL (as given in the previous sample), it's likely that your system is not able to connect using TLS 1.2, or does not have a supported cipher installed. To verify what TLS version your connection does support, run the following PHP code:
28+
If curl is unable to connect to our URL (as given in the previous sample), it's likely that your system is not able to connect using TLS 1.2, or does not have a supported cipher installed. To verify what TLS version your connection _does_ support, run the following PHP code:
2929
```php
3030
<?php
3131
$ch = curl_init('https://www.howsmyssl.com/a/check');
@@ -166,4 +166,4 @@ A local copy of [AuthorizedNetSensitiveTagsConfig.json](/lib/net/authorize/util/
166166

167167

168168
## License
169-
This repository is distributed under a proprietary license. See the provided [`LICENSE.txt`](/license.txt) file.
169+
This repository is distributed under a proprietary license. See the provided [`LICENSE.txt`](/LICENSE.txt) file.

0 commit comments

Comments
 (0)