Skip to content

Commit 51e6f3d

Browse files
committed
fix: Fix koito spelling
1 parent a98f844 commit 51e6f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docsite/docs/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ Modify the `lastfm.json` file you created in the [Setup Sources](#setup-sources)
303303
Add/Substitute values above into these examples values and add them to the `environment` section in the [`docker-compose.yml` you created for multi-scrobbler earlier.](#create-docker-compose-file)
304304

305305
```yaml title="~/msData/docker-compose.yml"
306-
- KOTIO_TOKEN=myToken
307-
- KOTIO_USER=myUser
306+
- KOITO_TOKEN=myToken
307+
- KOITO_USER=myUser
308308
- KOITO_URL=myURL
309309
```
310310

0 commit comments

Comments
 (0)