Small improvements to shared documentation snippets in recipe-template
diff --git a/recipe-template/src/asciidoc/052_create-recipe-runtime.adoc b/recipe-template/src/asciidoc/052_create-recipe-runtime.adoc
index 2616eca..271cb9c 100644
--- a/recipe-template/src/asciidoc/052_create-recipe-runtime.adoc
+++ b/recipe-template/src/asciidoc/052_create-recipe-runtime.adoc
@@ -4,6 +4,6 @@
Create your own Virgo runtime with http://gradle.org/[Gradle] and https://github.com/eclipsesource/dockerizor[Dockerizor]
and https://www.docker.com/[Docker]: +$ ./gradlew :{recipe-short-name}-runtime:dockerize+
-NOTE: You'll need a Docker daemon running on port 4243 in order to create your custom Virgo runtime. For more information please refer to the https://github.com/eclipsesource/dockerizor/blob/master/README.md[Dockerizor documentation].
+NOTE: You'll need a Docker daemon running in order to create your custom Virgo runtime. For more information please refer to the https://github.com/eclipsesource/dockerizor/blob/master/README.md[Dockerizor documentation].
Extract the `tar` archive of the custom Virgo runtime available from the runtime build directory: +{recipe-short-name}-runtime/build+ into some directory - let's say into `VIRGO_HOME`.
diff --git a/recipe-template/src/asciidoc/055_import-the-code.adoc b/recipe-template/src/asciidoc/055_import-the-code.adoc
index 65f0198..a450b75 100644
--- a/recipe-template/src/asciidoc/055_import-the-code.adoc
+++ b/recipe-template/src/asciidoc/055_import-the-code.adoc
@@ -1,6 +1,6 @@
=== Import the code into your Eclipse IDE
-Now you can run `Import... Gradle -> Gradle Project` to get the source into your IDE. The project folder is called +{recipe-short-name}+ and lies directly in the "Sample Applications" folder you created previously with the Git clone command. (`org.eclipse.virgo.samples`).
+Now you can run +Import... Gradle -> Gradle Project+ to get the source into your IDE. The project folder is called +{recipe-short-name}+ and lies directly in the "Sample Applications" folder you created previously with the Git clone command. (`org.eclipse.virgo.samples`).
-NOTE: Before you can drag'n'drop the project onto your freshly created Virgo Server you might have to execute `Virgo -> Run Generation of META-INF/MANIFEST.MF File` (via a right click on the project) within your Eclipse IDE.
+NOTE: Before you can drag'n'drop the project onto your freshly created Virgo Server you might have to execute +Virgo -> Run Generation of META-INF/MANIFEST.MF File+ (via a right click on the project) within your Eclipse IDE.