From 315288bb757ae62098c108aaa6026dc1a8ea5904 Mon Sep 17 00:00:00 2001 From: torcado Date: Wed, 15 Feb 2023 17:49:56 -0500 Subject: [PATCH] fix name in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d065e07..54f02e0 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ And that's it! you can upload the files to your website, or zip them up and uplo > Defaults to `false` \ -`autoload` (optional) +`autoplay` (optional) > If `true` and `feature` is also `true`, this track will play after loading. > **NOTE:** this *will not* work in most cases, due to browsers preventing autoplaying audio until the user interacts with the page. This will only be relevant if the player is loaded after user interaction, e.g. when running on itch.io with autoload disabled. > Can be either `true` or `false`