You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pull-requests.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ If you haven't submitted a pull request before, you'll want to install WP-CLI fo
62
62
4. Install all Composer dependencies: `composer install`
63
63
5. Verify WP-CLI was installed properly: `vendor/bin/wp --info`
64
64
65
-
Within this package, you should preferably use `vendor/bin/wp` to run the command. Just using `wp` should work as well, but by doing that you might run the command through a different version of the framework an thus getting an unexpected result.
65
+
Within this package, you should preferably use `vendor/bin/wp` to run the command. Just using `wp` should work as well, but by doing that you might run the command through a different version of the framework and thus getting an unexpected result.
0 commit comments