Update post link

This commit is contained in:
Garrett Mills 2019-11-16 03:47:45 +00:00
parent da706a9c5a
commit 921f8dbe07

View File

@ -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).
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/).