Updated README

This commit is contained in:
2021-06-11 14:54:03 +02:00
parent 4b10027437
commit 7bf7b0c656
+1 -1
View File
@@ -16,7 +16,7 @@ For the sake of readability, I'll list the basic steps here.
## osu! API Authentication ## osu! API Authentication
- Copy `/setup_help/api_key.php` to `/api_key.php` - Copy `/setup_help/api_key.php` to `/api_key.php`
- Change the `$api_key` variable's contents to your `API Key` from the [API Registration][osu-api-v1-url] page. - Change the `$api_key` variable's contents to your "API Key" from the [API Registration][osu-api-v1-url] page.
- Register a new OAuth application in your [profile settings][osu-api-v2-url]. - Register a new OAuth application in your [profile settings][osu-api-v2-url].
- Change the `$client_id`, `$client_secret`, and `$callback_uri` to their given values respectively. - Change the `$client_id`, `$client_secret`, and `$callback_uri` to their given values respectively.