From 943bffc9c58c65053292807d5a3128eefdc65423 Mon Sep 17 00:00:00 2001 From: dhellstern Date: Thu, 3 Nov 2016 13:42:26 -0700 Subject: [PATCH] Fixed markdown link Swapped [ and ( to make Markdown link work --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 403440e..450c465 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Consign can be used to autoload models, routes, schemas, configs, controllers, object maps... etc... - Also if you are writing scripts and just need to add some structure, check out (middleware-chain)[https://github.com/jarradseers/middleware-chain], there is a new example for this usage in the [examples](examples) folder. + Also if you are writing scripts and just need to add some structure, check out [middleware-chain](https://github.com/jarradseers/middleware-chain), there is a new example for this usage in the [examples](examples) folder. ## Usage