diff --git a/README.md b/README.md index dcaf7c4..cfabaa3 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,11 @@ The plugin can then be used within any publishing pipeline like this: import SplashPublishPlugin ... try DeliciousRecipes().publish(using: [ - .installPlugin(.splash(withClassPrefix: "classPrefix")) + ... -]) +],plugins: [ +.splash(withClassPrefix: "") +] + +) ```