From 665e4e36265fa1b9c2bd75ddfabbd72639d5e99a Mon Sep 17 00:00:00 2001 From: therselman Date: Wed, 12 Jul 2017 23:48:48 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 44641ab..d12a098 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Another definition of this code release would be; > Twister is a set of fast and light-weight components around which a framework can be written -I have written a skeleton framework, also called Twister based on this code! +I have written a [skeleton framework]https://github.com/twister-php/skeleton, also called Twister based on this code! At the heart of the framework, sits a very flexible, simple and elegant Inversion-of-Control (IoC) Container. In fact, there are NO global variables, NO define's, NO pipeline, NO Kernel and NO App; just the Container.