We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b996648 + 73991ff commit 3818275Copy full SHA for 3818275
README.md
@@ -16,10 +16,11 @@ composer require easypost/easypost-php
16
```
17
18
```php
19
-# Require the autoloader:
+# Require the autoloader (when using composer - recommended):
20
require_once("/path/to/vendor/easypost/autoload.php");
21
22
-# Alternatively, manually download and require:
+# Alternatively, manually download and require the library,
23
+# will require manually downloading and requiring other dependencies:
24
require_once("/path/to/lib/easypost.php");
25
26
0 commit comments