From 156b887625f92d3da173ac91a63bd32da4c055dc Mon Sep 17 00:00:00 2001 From: Jeremy Kendall Date: Mon, 30 Sep 2013 19:55:47 -0500 Subject: [PATCH] Removes Slim-Extras reference from README.md. Resolves #8. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d2eef9e..1f82c478 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Slim Framework Skeleton Application -Use this skeleton application to quickly setup and start working on a new Slim Framework application. This application uses the latest Slim, Slim-Views, and Slim-Extras repositories. It also uses Sensio Labs' [Twig](http://twig.sensiolabs.org) template library. +Use this skeleton application to quickly setup and start working on a new Slim Framework application. This application uses the latest Slim and Slim-Views repositories. It also uses Sensio Labs' [Twig](http://twig.sensiolabs.org) template library. This skeleton application was built for Composer. This makes setting up a new Slim Framework application quick and easy.