Skip to content

Commit f09e6e9

Browse files
authored
Use https in wp post generate example
1 parent 5962ee6 commit f09e6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Post_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ function( $post ) {
720720
* Generating posts 100% [================================================] 0:01 / 0:04
721721
*
722722
* # Generate posts with fetched content.
723-
* $ curl -N http://loripsum.net/api/5 | wp post generate --post_content --count=10
723+
* $ curl -N https://loripsum.net/api/5 | wp post generate --post_content --count=10
724724
* % Total % Received % Xferd Average Speed Time Time Time Current
725725
* Dload Upload Total Spent Left Speed
726726
* 100 2509 100 2509 0 0 616 0 0:00:04 0:00:04 --:--:-- 616

0 commit comments

Comments
 (0)