1
0
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:
Marco
2017-01-30 19:33:04 +01:00
parent 4f5ff151ef
commit 4dcf491ad9

View File

@@ -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)