From 921f8dbe072acc6d0ab50cf6eccd60fb463b4bc2 Mon Sep 17 00:00:00 2001 From: Garrett Mills Date: Sat, 16 Nov 2019 03:47:45 +0000 Subject: [PATCH] Update post link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afb7f74..2208db8 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ This is a very bare-bones dependency injector implementation based on the ES6 classes. It's meant to illustrate the feasibility and benefits of using a service-based dependency injector for Node.js/JavaScript applications. -I discuss this project in greater depth in my blog post [here](https://garrettmills.dev/blog). \ No newline at end of file +I discuss this project in greater depth in my blog post [here](https://garrettmills.dev/blog/2019/11/16/Dependency-Injection-in-Less-Than-100-Lines-of-Pure-JavaScript/). \ No newline at end of file