SLING-9776 - Add a BND plugin to the scriptingbundle-maven-plugin

* reworded a phrase in the docs
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 44e6224..9e8b21e 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -14,6 +14,8 @@
 Manually defining the `Require-Capability` and `Provide-Capability` bundle headers is error-prone and unnecessary,
 as they can be derived from the file-system layout required for scripts by the resolver (for the most part).
 
+Starting with version `0.3.0`, the JAR also provides a BND plugin.
+
 ## Usage
 General instructions on how to use the Scripting Bundle Maven Plugin can be found on the
 [usage](usage.html) page.
diff --git a/src/site/markdown/usage.md.vm b/src/site/markdown/usage.md.vm
index 85b719b..1a45c7c 100644
--- a/src/site/markdown/usage.md.vm
+++ b/src/site/markdown/usage.md.vm
@@ -107,7 +107,7 @@
 
 $h4 BND Plugin
 
-Starting with version `0.3.0`, the JAR can also be used to provide a BND plugin. The simplest configuration (where the defaults are used)
+Starting with version `0.3.0`, the JAR also provides a BND plugin. The simplest configuration (where the defaults are used)
 would look like:
 ```
 <plugin>