Skip to content

Commit d6bd0b3

Browse files
committed
chore: update readme
1 parent b4e50be commit d6bd0b3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.MD

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
[![Total Downloads](https://poser.pugx.org/leafs/mvc/downloads)](https://packagist.org/packages/leafs/mvc)
1111
[![License](https://poser.pugx.org/leafs/mvc/license)](https://packagist.org/packages/leafs/mvc)
1212

13-
Leaf MVC is a lightweight but feature-rich MVC framework built on top of [leaf php](https://leafphp.dev). Leaf MVC provides an simple and opinionated structure with a tons of functionality built in.
14-
15-
Leaf MVC 3 is built on Leaf 3 which makes it even more lightweight and faster than earlier versions, but comes with a ton of upgrades and security fixes.
13+
Leaf MVC is a lightweight but feature-rich MVC framework built on top of [leaf php](https://leafphp.dev). It provides a simple and opinionated structure with a tons of functionality built in.
1614

1715
## 📦 Installation
1816

@@ -28,7 +26,7 @@ Or for a more personalized installation, you can add `--custom` to the command
2826
leaf create <project-name> --mvc --custom
2927
```
3028

31-
You can also use [Composer](https://getcomposer.org/):
29+
You can also use [Composer](https://getcomposer.org/) if you don't want to use the Leaf CLI, although we recommend using the CLI for a better experience:
3230

3331
```bash
3432
composer create-project leafs/mvc <project-name>
@@ -102,10 +100,6 @@ Your cash contributions go a long way to help us make Leaf even better for you.
102100

103101
We will furthermore like to thank our existing supporters, we love you all ❤️
104102

105-
## 📃 License
106-
107-
The Leaf MVC framework is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT).
108-
109103
## 💬 Stay In Touch
110104

111105
- [Twitter](https://twitter.com/leafphp)

0 commit comments

Comments
 (0)