diff --git a/README.md b/README.md index 4586d67..03457c4 100644 --- a/README.md +++ b/README.md @@ -6,26 +6,26 @@ Download and import images from [Unsplash](https://unsplash.com) into your Media Basic usage, which will import 10 images: -`wp media generate` +`wp unsplash` #### `count=` Import 100 images: -`wp media generate --count=100` +`wp unsplash --count=100` #### `media_date=` Import images with a specific attachment date: -`wp media generate --media_date=2016-01-25` +`wp unsplash --media_date=2016-01-25` Import images with random attachment dates: -`wp media generate --media_date=random` +`wp unsplash --media_date=random` #### `media_dimensions=` Import images with specific dimensions: -`wp media generate --media_dimensions=1080x720` \ No newline at end of file +`wp unsplash --media_dimensions=1080x720`