Skip to content

Commit 84636c0

Browse files
author
Antonio Buedo
authored
Update GUIDE.md
1 parent b32dc81 commit 84636c0

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

GUIDE.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,7 @@ php composer.phar require bitpay/sdk-light:^2.0
9393

9494
### Initializing your BitPay light client
9595

96-
Once you have the environment file (JSON or YML previously generated) you can initialize the client on two different ways:
97-
98-
```php
99-
// Provide the full path to the env file which you have previously stored securely.
100-
101-
$bitpay = BitPaySDKLight\Client::create()->withFile([FULL_PATH_TO_THE_CONFIG_FILE]);
102-
```
96+
Once you have your previously generated Token, you can initialize the client following this example:
10397

10498
```php
10599
$bitpay = new BitPaySDKLight\Client("CFJCZH3VitcEER9Uybx8LMvkPsSWzpSWvN4vhNEJp47b", BitPaySDKLight\Env::Test);
@@ -864,4 +858,4 @@ Body
864858

865859
# Copyright
866860

867-
Copyright (c) 2019 BitPay
861+
Copyright (c) 2019 BitPay

0 commit comments

Comments
 (0)