mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-07 00:26:28 +02:00
Fix language in README
This commit is contained in:
@@ -22,7 +22,7 @@ Completely framework-agnostic and database-agnostic.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
1. Include the library via [Composer](https://getcomposer.org/)
|
1. Include the library via [Composer](https://getcomposer.org/):
|
||||||
|
|
||||||
```
|
```
|
||||||
$ composer require delight-im/auth
|
$ composer require delight-im/auth
|
||||||
@@ -34,7 +34,7 @@ Completely framework-agnostic and database-agnostic.
|
|||||||
require __DIR__ . '/vendor/autoload.php';
|
require __DIR__ . '/vendor/autoload.php';
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Set up a database and create the required tables
|
1. Set up a database and create the required tables:
|
||||||
|
|
||||||
* [MySQL](Database/MySQL.sql)
|
* [MySQL](Database/MySQL.sql)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user