Skip to content

Commit 3818275

Browse files
authored
Merge pull request #303 from EasyPost/clarify_install
docs: clarify requiring comments on README
2 parents b996648 + 73991ff commit 3818275

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
@@ -16,10 +16,11 @@ composer require easypost/easypost-php
1616
```
1717

1818
```php
19-
# Require the autoloader:
19+
# Require the autoloader (when using composer - recommended):
2020
require_once("/path/to/vendor/easypost/autoload.php");
2121

22-
# Alternatively, manually download and require:
22+
# Alternatively, manually download and require the library,
23+
# will require manually downloading and requiring other dependencies:
2324
require_once("/path/to/lib/easypost.php");
2425
```
2526

0 commit comments

Comments
 (0)