diff --git a/README.md b/README.md index f70489d..4364b46 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,14 @@ To create a production build, use the following command: npm run build ``` -- If you intend to host the player on `https://your.domain/`, use `npm run build /`. -- For hosting it in a specific directory like `https://your.domain/some-directory/`, use `npm run build /some-directory`. +- If you intend to host the player on `https://your.domain/`, use: + ``` + npm run build / + ``` +- For hosting it in a specific directory like `https://your.domain/some-directory/`, use: + ``` + npm run build /some-directory + ``` ## Direct links