From 575fcec3430de55aafb0a8f09db7c4097d4cc1a3 Mon Sep 17 00:00:00 2001 From: Roman Cherepanov Date: Wed, 26 Jul 2017 14:21:35 +0300 Subject: [PATCH] Fix title formatting --- feign/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feign/README.md b/feign/README.md index 149f7320d9b0..4d6964a73a42 100644 --- a/feign/README.md +++ b/feign/README.md @@ -4,5 +4,5 @@ This is the implementation of a [spring-hypermedia-api][1] client using Feign. [1]: https://github.com/eugenp/spring-hypermedia-api -###Relevant Articles: +### Relevant Articles: - [Intro to Feign](http://www.baeldung.com/intro-to-feign)