Skip to content

Commit 8647e23

Browse files
committed
added require statement for autoloading the dependencies
1 parent 46b1cda commit 8647e23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Usage
1818
-----
1919

2020
```php
21+
require __DIR__ . '/vendor/autoload.php';
2122
require_once 'libs/GPG.php';
2223

2324
$gpg = new GPG();

0 commit comments

Comments
 (0)