From eb210c635a74100d24498c12abbb9f85125ea4a8 Mon Sep 17 00:00:00 2001 From: Crilum <91354257+Crilum@users.noreply.github.com> Date: Tue, 21 Nov 2023 00:45:50 -0700 Subject: [PATCH] Update install Grammar change --- apps/XMRig/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/XMRig/install b/apps/XMRig/install index 393a1cc599..9ff8e675ad 100755 --- a/apps/XMRig/install +++ b/apps/XMRig/install @@ -274,5 +274,5 @@ fi if [ -s $HOME/.config/xmrig.json ];then status "\nSince your configuration is ready to use, you can run 'xmrig' in a terminal to start the miner.\nOtherwize, you can use command-line flags to specify Wallet Address, mining pool, and so forth.\nHave fun!" else - status "\nSince you don't have a configuration yet, you can either create one later at '$HOME/.config/xmrig.json', or run 'xmrig' with command-line flags specify Wallet Address, mining pool, and so forth.\nHave fun!" + status "\nSince you don't have a configuration yet, you can either create one later at '$HOME/.config/xmrig.json', or run 'xmrig' with command-line flags to specify Wallet Address, mining pool, and so forth.\nHave fun!" fi