From 2c2c6cded40db80de09549cfc1d38a7871ab5c72 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 29 Jun 2023 21:41:38 +0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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