matthewlilley/php-steam-inventory

Fix required in README.md

Closed this issue · 1 comments

In README.md change
$inventory->total_items; // total items count

to
$inventory->total_inventory_count; // total items count

Fixed. Thanks!