Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed listing type in example of Listing class

Signed-off-by: Jérémie Fréreault <jerefrereault@hotmail.com>
  • Loading branch information
jeremie5 committed Nov 29, 2023
1 parent 640bd86 commit 08a1b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Using the Listing Class
use Shopiro\Listing;

// Create a listing
$response = Listing::create('type', ['data']);
$response = Listing::create('marketplace_low_volume', ['data']);

// Retrieve multiple listings
$allListings = Listing::getAll(10, 0);
Expand Down

0 comments on commit 08a1b1a

Please sign in to comment.