From ae17250b2c2bc9150fe9705242608b7afda40e45 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 30 Oct 2018 13:58:03 +0100 Subject: [PATCH] polishing docs --- docs/src/main/asciidoc/preface.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/preface.adoc b/docs/src/main/asciidoc/preface.adoc index be1183c3e..df49efc20 100644 --- a/docs/src/main/asciidoc/preface.adoc +++ b/docs/src/main/asciidoc/preface.adoc @@ -47,7 +47,8 @@ For example, you can choose Gradle as your build tool instead of Maven (the defa The value of the *Artifact* field becomes the application name. If you chose RabbitMQ for the middleware, your Spring Initializr should now be as follows: + -image::{github-raw}/docs/src/main/asciidoc/images/stream-initializr.png[] +image::{github-raw}/docs/src/main/asciidoc/images/stream-initializr.png[width=800,scaledwidth="75%",align="center"] + . Click the *Generate Project* button. + Doing so downloads the zipped version of the generated project to your hard drive.