Skip to content

Commit 2ff235e

Browse files
committed
Merge branch 'main' of https://github.com/gin337/XenAuth
2 parents 6f40db0 + ea295d5 commit 2ff235e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# XenAuth 💫
33

4-
A simple auth system with integrated hwd check designed to be fast and friendly for your XenForo Forum. 🗝️
4+
A simple auth system with integrated hwd check designed to be fast and friendly for your XenForo Forum.
55

66

77

@@ -10,7 +10,7 @@ A simple auth system with integrated hwd check designed to be fast and friendly
1010
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
1111

1212

13-
## Installation 👋
13+
## Installation
1414

1515
- 1.Put auth.php inside your webroot where xenforo is located.
1616
- 2.Create a new config.json in /var/config/
@@ -38,7 +38,7 @@ CREATE TABLE xf_user_info (
3838
Use the examples i made or read down below how to make a request.
3939

4040

41-
## API Reference 🚀
41+
## API Reference
4242

4343
#### Get Status
4444

@@ -65,7 +65,7 @@ Use the examples i made or read down below how to make a request.
6565

6666

6767

68-
## C# Example 🧊
68+
## C# Example
6969

7070
```csharp
7171
private static readonly string apiurl = "https://yourforum.de/auth.php";

0 commit comments

Comments
 (0)