Minor update on examples README
diff --git a/winegrower-examples/bundle/README.adoc b/winegrower-examples/bundle/README.adoc
new file mode 100644
index 0000000..c4dd7a0
--- /dev/null
+++ b/winegrower-examples/bundle/README.adoc
@@ -0,0 +1,15 @@
+= Apache Winegrower - Bundle example
+
+This example is a little more complete.
+
+It creates a OSGi bundle with a bundle activator which register a service.
+
+The example includes a test based on the Winegrower JUnit 5 extension.
+
+The created OSGi bundle can be used in Winegrower or on a "concrete" OSGi framework like Apache Karaf with Felix or Equinox.
+
+== Dependencies
+
+The only dependency you need is `winegrower-core` and `winegrower-extension-testing-junit5` for the test.
+
+== Start
\ No newline at end of file
diff --git a/winegrower-examples/simple/README.adoc b/winegrower-examples/simple/README.adoc
index 2d90cb4..b6d099f 100644
--- a/winegrower-examples/simple/README.adoc
+++ b/winegrower-examples/simple/README.adoc
@@ -1,6 +1,6 @@
 = Apache Winegrower - Simple example
 
-This is example is the minimum application you can create with Winegrower.
+This example is the minimum application you can create with Winegrower.
 
 Your application is a regular jar with a Winegrower activator entry point (a class annotation with `@ImplicitActivator`).