Fixed indentation on readme

This commit is contained in:
Andrea Giacomo Baldan 2019-10-13 22:57:44 +02:00 committed by GitHub
parent 56530175b8
commit f0f8bdd54a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
- [Part 5 - Redis case study](https://eli.thegreenplace.net/2017/concurrent-servers-part-5-redis-case-study/)
- [Part 6 - Callbacks, Promises and async/await](https://eli.thegreenplace.net/2018/concurrent-servers-part-6-callbacks-promises-and-asyncawait/)
- MQTT Broker from scratch
- MQTT Broker from scratch
- [Part 1 - The protocol](https://codepr.github.io/posts/sol-mqtt-broker)
- [Part 2 - Networking](https://codepr.github.io/posts/sol-mqtt-broker-p2)
- [Part 3 - Server](https://codepr.github.io/posts/sol-mqtt-broker-p3)