diff --git a/src/utils/bin/commands.ts b/src/utils/bin/commands.ts index ad15c69..bd1d4e2 100644 --- a/src/utils/bin/commands.ts +++ b/src/utils/bin/commands.ts @@ -18,7 +18,7 @@ export const help = async (args: string[]): Promise => { \n${c}\n [tab]: trigger completion. [ctrl+l]/clear: clear terminal.\n -Type 'dashboard' to display summary. +Type 'dashboard' to display a summary. `; }; @@ -35,7 +35,8 @@ Welcome to my website! More about me: 'dashboard' - short summary. 'resume' - my latest resume. -'readme' - my github readme.`; +'readme' - my Github readme. +'contact' - my contact information.`; }; export const resume = async (args: string[]): Promise => { @@ -48,9 +49,8 @@ export const donate = async (args: string[]): Promise => { return `Thank you for your interest in supporting my work. Here are some options: - Paypal - Patreon -- CashApp: ${config.donate_urls.cashapp} -- Ethereum: ${config.donate_urls.ethereum} -`; +- CashApp +- Ethereum`; }; // Contact