summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarek Kay <darekkay@gmail.com>2020-02-23 21:57:46 +0100
committerDarek Kay <darekkay@gmail.com>2020-02-23 21:58:36 +0100
commit592474ff8d902aaa77fde303c5f65c3342556acc (patch)
treef3149f94da515c0b413c615c97bc421f5ee9b21c
parent9303e59e7f361064ce60f7a58c7b2c04aa2394a7 (diff)
Add Tip of the Day as a related project (#229)
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index e2716c9..95cb709 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,7 @@ Like this project? Please considering [Sponsoring Me](https://github.com/sponsor
* [YAGNI](#yagni)
* [The Fallacies of Distributed Computing](#the-fallacies-of-distributed-computing)
* [Reading List](#reading-list)
+* [Related Projects](#related-projects)
* [Contributing](#contributing)
* [TODO](#todo)
@@ -768,6 +769,10 @@ If you have found these concepts interesting, you may enjoy the following books.
- [The Dilbert Principle - Scott Adams](https://www.goodreads.com/book/show/85574.The_Dilbert_Principle) - A comic look at corporate America, from the author who created the [Dilbert Principle](#the-dilbert-principle).
- [The Peter Principle - Lawrence J. Peter](https://www.goodreads.com/book/show/890728.The_Peter_Principle) - Another comic look at the challenges of larger organisations and people management, the source of [The Peter Principle](#the-peter-principle).
+## Related Projects
+
+- [Tip of the Day](https://tips.darekkay.com/html/hacker-laws-en.html) - Receive a daily hacker law/principle.
+
## Contributing
Please do contribute! [Raise an issue](https://github.com/dwmkerr/hacker-laws/issues/new) if you'd like to suggest an addition or change, or [Open a pull request](https://github.com/dwmkerr/hacker-laws/compare) to propose your own changes.