Skip to content

Commit e1b9c95

Browse files
author
Invoicetronic bot
committed
Publish SDKs for tag v1.0.0
1 parent 713f6fe commit e1b9c95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ Then run `composer install`
2929
### Manual Installation
3030

3131
There are three options:
32+
3233
- Download the latest release of the PHP SDK [Phar Archive](https://github.com/invoicetronic/php-sdk/releases) and simply include it in your project.
3334
```php
3435
require_once('./invoicetronic-sdk.phar');
3536
```
36-
- download our SDK using [PHP-download](https://php-download.com/package/invoicetronic/php-sdk) and simply include it in your project.
37-
- create your own custom autoloader and download all the dependencies (transitive included) as explained [here](https://ehikioya.com/how-to-install-php-packages-without-composer/).
37+
- Download our SDK using [PHP-download](https://php-download.com/package/invoicetronic/php-sdk) and simply include it in your project.
38+
- Create your own custom autoloader and download all the dependencies (transitive included) as explained [here](https://ehikioya.com/how-to-install-php-packages-without-composer/).
3839
```
3940
4041
## Getting Started

0 commit comments

Comments
 (0)