From 9d8c53eeb20a75a6fd4ef5cd1d90a7f9030fa281 Mon Sep 17 00:00:00 2001 From: Lana Schuster Date: Wed, 17 Aug 2022 13:54:41 -0300 Subject: [PATCH] fix: readme typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82daa38..9c07ed6 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ PG_PASSWORD=root PG_DB_NAME=leaguestats ``` -3. For the application run properly, you need and Riot API Key and set it to the RIOT_API_KEY .env variable. To know more, take a look to their documentation on [this link](https://developer.riotgames.com/). +3. For the application work properly, you need a Riot API Key to set it on RIOT_API_KEY .env variable. To know more, take a look to their documentation on [this link](https://developer.riotgames.com/). ## Useful commands