From 716d0a72e2f1df358f1bf480649771879fe9af47 Mon Sep 17 00:00:00 2001
From: Jan Wh <mail@janwillhaus.de>
Date: Thu, 13 Jul 2017 10:42:41 +0200
Subject: [PATCH 1/2] Added logzero

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 9a232c8..ef8efad 100644
--- a/README.md
+++ b/README.md
@@ -739,6 +739,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
 * [Eliot](https://github.com/ClusterHQ/eliot) - Logging for complex & distributed systems.
 * [logbook](http://logbook.readthedocs.io/en/stable/) - Logging replacement for Python.
 * [logging](https://docs.python.org/2/library/logging.html) - (Python standard library) Logging facility for Python.
+* [logzero](https://logzero.readthedocs.io/en/latest/) - Robust, effective, apd pretty logging for Python.
 * [Sentry](https://pypi.python.org/pypi/sentry) - A realtime logging and aggregation server.
 
 ## Machine Learning
-- 
GitLab


From f67073ca8a55391e328ea4a68a174ba5db9a3643 Mon Sep 17 00:00:00 2001
From: Jan Wh <mail@janwillhaus.de>
Date: Thu, 13 Jul 2017 10:53:40 +0200
Subject: [PATCH 2/2] Fixed spelling

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ef8efad..07e89c1 100644
--- a/README.md
+++ b/README.md
@@ -739,7 +739,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
 * [Eliot](https://github.com/ClusterHQ/eliot) - Logging for complex & distributed systems.
 * [logbook](http://logbook.readthedocs.io/en/stable/) - Logging replacement for Python.
 * [logging](https://docs.python.org/2/library/logging.html) - (Python standard library) Logging facility for Python.
-* [logzero](https://logzero.readthedocs.io/en/latest/) - Robust, effective, apd pretty logging for Python.
+* [logzero](https://logzero.readthedocs.io/en/latest/) - Robust, effective, and pretty logging for Python.
 * [Sentry](https://pypi.python.org/pypi/sentry) - A realtime logging and aggregation server.
 
 ## Machine Learning
-- 
GitLab