Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin committed Aug 26, 2023
1 parent dcd8e8d commit 4d25582
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) <year> <copyright holders>
Copyright (c) 2023 Ngo Quoc Dat

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Log in With Envato
# Log in with Envato

![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/datlechin/flarum-oauth-envato.svg)](https://packagist.org/packages/datlechin/flarum-oauth-envato) [![Total Downloads](https://img.shields.io/packagist/dt/datlechin/flarum-oauth-envato.svg)](https://packagist.org/packages/datlechin/flarum-oauth-envato)

Expand All @@ -16,12 +16,11 @@ composer require datlechin/flarum-oauth-envato:"*"

```sh
composer update datlechin/flarum-oauth-envato:"*"
php flarum migrate
php flarum cache:clear
```

## Links

- [Packagist](https://packagist.org/packages/datlechin/flarum-oauth-envato)
- [GitHub](https://github.com/datlechin/flarum-oauth-envato)
- [Discuss](https://discuss.flarum.org/d/PUT_DISCUSS_SLUG_HERE)
- [Discuss](https://discuss.flarum.org/d/33285)
11 changes: 9 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "datlechin/flarum-oauth-envato",
"description": "Envato oauth provider for Flarum.",
"keywords": [
"flarum"
"flarum",
"envato",
"oauth"
],
"type": "flarum-extension",
"license": "MIT",
Expand All @@ -14,9 +16,14 @@
{
"name": "Ngo Quoc Dat",
"email": "[email protected]",
"role": "Developer"
"role": "Developer",
"homepage": "https://ngoquocdat.dev"
}
],
"support": {
"source": "https://github.com/datlechin/flarum-oauth-envato",
"forum": "https://discuss.flarum.org/d/33285"
},
"autoload": {
"psr-4": {
"Datlechin\\OAuthEnvato\\": "src/"
Expand Down

0 comments on commit 4d25582

Please sign in to comment.