From 610abb76e8a8d6dff7fe10bcd60dfb5181e449da Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 19 Jan 2017 11:41:40 +0100 Subject: [PATCH] better wording, also added link to MINI3 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e0979c748..cec697906 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Just a simple user authentication solution inside a super-simple framework skele (and comes with an auto-installer), using the future-proof official bcrypt password hashing/salting implementation of PHP 5.5+, plus some nice features that will speed up the time from idea to first usable prototype application dramatically. Nothing more. This project has its focus on hardcore simplicity. Everything is as simple as possible, -made for smaller projects, typical agency work and quick pitch drafts. If you want to build massive corporate +made for smaller projects, typical agency work and quick drafts. If you want to build massive corporate applications with all the features modern frameworks have, then have a look at [Laravel](http://laravel.com), [Symfony](http://symfony.com) or [Yii](http://www.yiiframework.com), but if you just want to quickly create something that just works, then this script might be interesting for you. @@ -106,7 +106,9 @@ without any configuration. And why the name "HUGE" ? It's a nice combination to [TINY](https://github.com/panique/tiny), [MINI](https://github.com/panique/mini) and -[MINI2](https://github.com/panique/mini2), some of my other older projects. :) +[MINI2](https://github.com/panique/mini2), +[MINI3](https://github.com/panique/mini3), +which are some of my other older projects. Super-minimal micro frameworks for extremely fast and simple development of simple websites. ### Features * built with the official PHP password hashing functions, fitting the most modern password hashing/salting web standards