Update README.md

This commit is contained in:
Jas Singh
2024-07-18 10:39:58 -07:00
committed by GitHub
parent 914afefb63
commit 2547b08b06

View File

@@ -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 A [weatherapi](https://www.weatherapi.com/) key in a file at Documents/Keys/keyList.js
Create an object like so Create an object like so
```js ```js
export const keyring = { export const keyRing = {
weatherapi: "your_weatherapi_key" weatherapi: "your_weatherapi_key"
} }
``` ```