From 46f5e4ae3172e9bc40f64c630efa8b2721b746c5 Mon Sep 17 00:00:00 2001 From: Jason Cooke Date: Mon, 26 Aug 2019 10:16:41 +1200 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bcac79..1985b5a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Yes, Python is a dynamic language so dependency injection is not necessary and might seem silly... but injection of components provides more than just the ability to test statically typed languages. It can make your code clearer, assist developers with straightforward modularization, and make testing super simple. Take a look at the examples below to see how your code can be transformed. ## Examples -Below are some simple examples for using dPy. For a complete usage example set that alse runs, check out `example.py`. +Below are some simple examples for using dPy. For a complete usage example set that else runs, check out `example.py`. ### Simple Any argument can be turned into an injected argument.