From 2547b08b06be6afa14410b1c94b7ddd96f8f3159 Mon Sep 17 00:00:00 2001 From: Jas Singh Date: Thu, 18 Jul 2024 10:39:58 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d98c60..295a173 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ AGS: https://github.com/Aylur/ags A [weatherapi](https://www.weatherapi.com/) key in a file at Documents/Keys/keyList.js Create an object like so ```js -export const keyring = { +export const keyRing = { weatherapi: "your_weatherapi_key" } ```