From 2ce1926d119ac59179535428b9fd43985a9e4c51 Mon Sep 17 00:00:00 2001 From: yojoshb <68751897+yojoshb@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:30:12 -0500 Subject: [PATCH] fix typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0a6917..5e3dbca 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,13 @@ ![Supports amd64 Architecture](https://img.shields.io/badge/amd64-yes-blueviolet.svg?style=for-the-badge) ![Supports arm64 Architecture](https://img.shields.io/badge/arm64-yes-blueviolet.svg?style=for-the-badge) -A simple Docker container for [JMusicBot](https://github.com/jagrosh/MusicBot). The container will start up, then download JmusicBot from the projects repository and run it. +A simple Docker container for [JMusicBot](https://github.com/jagrosh/MusicBot). The container will start up, then download JMusicBot from the projects repository and run it. ## Usage - Place your **config.txt**, **Playlists** folder, and **serversettings.json** file (if you have one) in `/your/path/to/config`. This directory will be shared with the container. > Refer to the documentaion on how to [configure the bot](https://jmusicbot.com/setup/#3-configure-the-bot) - You can specify a JMusicBot version using the environment variable `BOT_VERSION`. By default the latest version will be downloaded so you don't have to include the value if you want to use latest. - > The version numbers you can use use correspond to the [releases](https://github.com/jagrosh/MusicBot/releases) + > The version numbers you can use correspond to the [releases](https://github.com/jagrosh/MusicBot/releases) ### Docker examples - Using docker cli