Includes feedback from Daniel Marthaler
diff --git a/recipe-rest-service/src/docs/asciidoc/recipe-rest-service.adoc b/recipe-rest-service/src/docs/asciidoc/recipe-rest-service.adoc
index a748fbd..a3b62a7 100644
--- a/recipe-rest-service/src/docs/asciidoc/recipe-rest-service.adoc
+++ b/recipe-rest-service/src/docs/asciidoc/recipe-rest-service.adoc
@@ -37,7 +37,7 @@
 include::../../../org.eclipse.virgo.samples.recipe.restservice/template.mf[]
 ----
 
-You can mix and match the Virgo specific header `Import-Bundle` and OSGi standard header `Import-Package` within the `MANIFEST.MF`. In the sample the fine-tuning of the `MANIFEST.MF` is done within the Maven `pom.xml`.
+You can mix and match the Virgo specific header `Import-Bundle` and OSGi standard header `Import-Package` within the `MANIFEST.MF`. In the sample the fine-tuning of the generated `MANIFEST.MF` is done within `template.mf`.
 
 NOTE: If you intend to run your bundles in different OSGi containers you have to limit yourself to the OSGi standard headers.