Skip to content

Commit 17f9006

Browse files
committed
update readme
1 parent 2d10b4f commit 17f9006

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
* PHP 7.4 | 8.0+
1919
* PDO PHP Extension
20-
* Suport MySQL 5.5.3+ **or** MariaDB 5.5.23+ **or** PostgreSQL 9.5.10+ **or** SQLite 3.14.1+ **or** [other SQL databases](Database)
20+
* Suport MySQL 5.5.3+ **or** MariaDB 5.5.23+ **or** PostgreSQL 9.5.10+ **or** SQLite 3.14.1+ ...
2121

2222
## Installation
2323

2424

2525

2626
```shell
27-
composer create-project "hezecom/slim-starter 1.0" [my-app]
27+
composer create-project "hezecom/slim-starter v1.0" [my-app]
2828
```
2929
**`Database (Required for auth to work)`**
3030
* Create a database or use existing database to import/copy to your SQL console to create required tables for the authentication.
@@ -177,7 +177,6 @@ class AuthController extends Controller
177177

178178
reference slim official documents - [Slim Framework](http://www.slimframework.com/docs/)
179179

180-
## Look Feel
181180

182181

183182
## Directory Structure

0 commit comments

Comments
 (0)