Skip to content

Commit 85c2265

Browse files
authored
Add Contributors section to README
Added a Contributors section to the README.
1 parent 0c2c86e commit 85c2265

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This little utility is intended to help people using Oauth2 with PKCE in PHP. It
1212
- [Features](#features)
1313
- [Installation](#installation)
1414
- [Usage](#usage)
15+
- [Contributors](#contributors)
1516
- [License](#license)
1617

1718
## Features
@@ -62,6 +63,10 @@ $isValid = PKCEUtils::validate($verifier, $challenge);
6263

6364
> **Note** You can also use the test case suite as a full example on how to use this utility. You can find it in the [tests](tests) folder.
6465
66+
## Contributors
67+
68+
- [Farkie](https://github.com/Farkie)
69+
6570
## License
6671

6772
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)