From 98c3f675b48b645b9d6e7eb21a35331567a6f3d5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 21 Aug 2016 10:16:46 +0200 Subject: [PATCH] Polish --- README.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 0e9a4929..ce037374 100644 --- a/README.adoc +++ b/README.adoc @@ -40,8 +40,9 @@ enable the `full` profile in your IDE to easily run it locally. Spring Initializr can be used as follows: * With your browser (i.e. link:https://start.spring.io[]) -* In your IDE if you are using STS or IntelliJ IDEA -* On the command-line with {boot-doc}/#cli-init[the Spring Boot CLI] or simply with [cURL] or [HTTPie] +* In your IDE if you are using STS, IntelliJ IDEA Ultimate or NetBeans (with +https://github.com/AlexFalappa/nb-springboot[this plugin]) +* On the command-line with {boot-doc}/#cli-init[the Spring Boot CLI] or simply with `cURL` or `HTTPie` [TIP] ====