From 7226d8536d3570a772dd3904616898809e428922 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 00:47:36 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 961c6fb..4fe8d08 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Akka patterns +# Akka patterns This repository contains code that demonstrates large-scale Akka applications. My aim is to share my experience & the pains so that you don't have to re-invent the wheel yourself.