@@ -79,7 +79,7 @@ package.
79
79
80
80
``` sh
81
81
# Add Workflows package
82
- composer require " humanmade/workflows"
82
+ composer require humanmade/workflows
83
83
```
84
84
85
85
This provides the framework to create your own workflow as well as the
@@ -96,7 +96,7 @@ can install the off-the-shelf plugin in your project's `composer.json` file.
96
96
97
97
``` shell
98
98
# # Add the Yoast Duplicate Post plugin
99
- composer require " wppackagist /duplicate-post"
99
+ composer require wpackagist-plugin /duplicate-post
100
100
```
101
101
102
102
Note: The plugin uses the terms "Clone" and "Copy to a new draft" instead of "Clone" and "Rewrite & Republish" instead of
@@ -110,7 +110,7 @@ package to your project.
110
110
111
111
``` sh
112
112
# Add publication checklist example
113
- composer require " humanmade/publication-checklist"
113
+ composer require humanmade/publication-checklist
114
114
```
115
115
116
116
This will provide you with the framework to write your own publication
@@ -151,7 +151,7 @@ package to your project.
151
151
152
152
``` sh
153
153
# Add publication checklist example
154
- composer require " humanmade/authorship"
154
+ composer require humanmade/authorship
155
155
```
156
156
157
157
#### Robots.txt Support
@@ -204,7 +204,7 @@ off-the-shelf plugin in your projects `composer.json` file.
204
204
205
205
```shell
206
206
## Add the Yoast SEO plugin
207
- composer require "wppackagist /wordpress-seo"
207
+ composer require wpackagist-plugin /wordpress-seo
208
208
```
209
209
210
210
If you are using the premium version of the plugin, follow
@@ -224,7 +224,7 @@ add [humanmade/Gaussholder](https://github.com/humanmade/Gaussholder) to your pr
224
224
225
225
```bash
226
226
## Add Gaussholder library
227
- composer require " humanmade/gaussholder"
227
+ composer require humanmade/gaussholder
228
228
```
229
229
230
230
Then hook into the `gaussholder.image_sizes` filter.
0 commit comments