From 7bf7b0c65611da4f511c91ed0250a7175722b11f Mon Sep 17 00:00:00 2001 From: Thayol Date: Fri, 11 Jun 2021 14:54:03 +0200 Subject: [PATCH] Updated README --- setup_help/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_help/README.md b/setup_help/README.md index aeb8d8e..44fc7a3 100644 --- a/setup_help/README.md +++ b/setup_help/README.md @@ -16,7 +16,7 @@ For the sake of readability, I'll list the basic steps here. ## osu! API Authentication - 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]. - Change the `$client_id`, `$client_secret`, and `$callback_uri` to their given values respectively.