浏览代码

Fix markdown syntax

Bubka 1 年之前
父节点
当前提交
a9b1a20f30
共有 2 个文件被更改,包括 11 次插入11 次删除
  1. 3 3
      README.md
  2. 8 8
      docker/README.md

+ 3 - 3
README.md

@@ -9,7 +9,7 @@ A web app to manage your Two-Factor Authentication (2FA) accounts and generate t
 ![screens](https://user-images.githubusercontent.com/858858/100485897-18c21400-3102-11eb-9c72-ea0b1b46ef2e.png)
 
 [**2FAuth Demo**](https://demo.2fauth.app/)  
-Credentials (login - password) : *demo@2fauth.app* - *demo*
+Credentials (login - password) : `demo@2fauth.app` - `demo`
 
 ## Purpose
 
@@ -61,8 +61,8 @@ Sensitive data stored in the database can be encrypted to protect them against d
 ## Requirements
 
 * [![Requires PHP8](https://img.shields.io/badge/php-^8.2-red.svg?style=flat-square)](https://secure.php.net/downloads.php)
-* See [Laravel server requirements](https://laravel.com/docs/7.x/installation#server-requirements)
-* Any database [supported by Laravel](https://laravel.com/docs/7.x/database)
+* See [Laravel server requirements](https://laravel.com/docs/installation#server-requirements)
+* Any database [supported by Laravel](https://laravel.com/docs/database)
 
 ## Installation guides
 

+ 8 - 8
docker/README.md

@@ -117,14 +117,14 @@ There are the following build arguments you can use to customize the image using
 
 | Build argument | Recommendation | Description |
 | --- | --- | --- |
-| MAIL_MAILER | SMTP | The driver type |
-| MAIL_HOST | smtp.yourdomain.com | The SMTP hostname |
-| MAIL_PORT | 587 | The corresponding SMTP port (587 with STARTTLS) or (465 with SSL recommended) |
-| MAIL_USERNAME | 2fauth@yourdomain.com | The SMTP username |
-| MAIL_PASSWORD | password1234 | The SMTP password |
-| MAIL_ENCRYPTION | TLS | The encrytion type (TLS -> STARTTLS) or SSL |
-| MAIL_FROM_NAME | 2FAuth | The sender name |
-| MAIL_FROM_ADDRESS | 2fauth@yourdomain.com | The sender adress |
+| `MAIL_MAILER` | `SMTP` | The driver type |
+| `MAIL_HOST` | `smtp.yourdomain.com` | The SMTP hostname |
+| `MAIL_PORT` | 587 | The corresponding SMTP port (587 with STARTTLS) or (465 with SSL recommended) |
+| `MAIL_USERNAME` | `2fauth@yourdomain.com` | The SMTP username |
+| `MAIL_PASSWORD` | `password1234` | The SMTP password |
+| `MAIL_ENCRYPTION` | `TLS` | The encrytion type (TLS -> STARTTLS) or SSL |
+| `MAIL_FROM_NAME` | `2FAuth` | The sender name |
+| `MAIL_FROM_ADDRESS` | `2fauth@yourdomain.com` | The sender adress |
 
 Example: