From a58e5f745d693be9d0ecc9e5bd42ddca3eb765df Mon Sep 17 00:00:00 2001 From: vic wu Date: Fri, 30 Apr 2021 17:08:22 +0800 Subject: [PATCH] Polish README See gh-26320 --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 5942c08dff8..17aa65b07ae 100755 --- a/README.adoc +++ b/README.adoc @@ -46,14 +46,14 @@ Here is a quick teaser of a complete Spring Boot application in Java: -== Getting help +== Getting Help Are you having trouble with Spring Boot? We want to help! * Check the {docs}/html/[reference documentation], especially the {docs}/html/howto.html#howto[How-to's] -- they provide solutions to the most common questions. * Learn the Spring basics -- Spring Boot builds on many other Spring projects; check the https://spring.io[spring.io] web-site for a wealth of reference documentation. If you are new to Spring, try one of the https://spring.io/guides[guides]. * If you are upgrading, read the {github}/wiki[release notes] for upgrade instructions and "new and noteworthy" features. -* Ask a question - we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-boot[`spring-boot`]. +* Ask a question -- we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-boot[`spring-boot`]. You can also chat with the community on https://gitter.im/spring-projects/spring-boot[Gitter]. * Report bugs with Spring Boot at {github}/issues[github.com/spring-projects/spring-boot/issues].