From 39487e77bf0d45fc92750ce042cd2ea627eef4cd Mon Sep 17 00:00:00 2001 From: Benny Nguyen Date: Thu, 25 Jan 2018 18:34:20 +0800 Subject: [PATCH] Fix a heading bullet error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca95140..e3caf3d 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ Contributions are always welcome! * [Part 10 - How do you know if you’ve got a scalability issue?](https://blogs.msdn.microsoft.com/larryosterman/2005/03/03/concurrency-part-10-how-do-you-know-if-youve-got-a-scalability-issue/) * [Part 11 – Hidden scalability issues](https://blogs.msdn.microsoft.com/larryosterman/2005/03/04/concurrency-part-11-hidden-scalability-issues/) * [Part 12 – Hidden scalability issues (cont)](https://blogs.msdn.microsoft.com/larryosterman/2005/03/07/concurrency-part-12-hidden-scalability-issues-part-2/) - [Concurrency with Erlang](http://learnyousomeerlang.com/the-hitchhikers-guide-to-concurrency) + * [Concurrency with Erlang](http://learnyousomeerlang.com/the-hitchhikers-guide-to-concurrency) * [Erlang in WhatsApp](https://blog.whatsapp.com/196/1-million-is-so-2011) * [Erlang in Riot Chat Server](https://engineering.riotgames.com/news/chat-service-architecture-servers) * [How Discord Scaled Elixir to Five Millions Concurrent Users](https://blog.discordapp.com/scaling-elixir-f9b8e1e7c29b)