From ebf543be47c666a05a22db34174b0cf5f48a6b74 Mon Sep 17 00:00:00 2001 From: Wes Copeland Date: Sat, 12 Oct 2024 12:04:17 -0400 Subject: [PATCH] chore: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b5f1b2..6a28fac 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Learn how to authenticate and start pulling data from RetroAchievements on our d To use any endpoint function in the API, you must first be authorized by RetroAchievements. Fortunately, this is a fairly straightforward process. -1. Visit [settings page](https://retroachievements.org/settings) on the RA website. +1. Visit the [settings page](https://retroachievements.org/settings) on the RA website. 2. Find the "Keys" section on the page. Copy the web API key value. **Do not expose your API key anywhere publicly.**