Skip to content

Commit

Permalink
update command
Browse files Browse the repository at this point in the history
  • Loading branch information
P2501 authored and P2501 committed Jun 3, 2024
1 parent 8d4b027 commit c44cc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ const commands = {
if (args == 1) {
term.stylePrint("If you think you'd enjoy working here, apply by hitting the following endpoint:");
term.stylePrint("\r\nhttps://hooks.attio.com/w/1d456d59-a7ac-4211-ac1d-fac612f7f491/5fc14931-0124-4121-b281-1dbfb64dceb2\r\n");
term.stylePrint(`with a ${colorText("POST", "command")} request containing a json object with 4 keys:`);
term.stylePrint(`with a ${colorText("POST", "command")} request containing a json object with 4 keys (use a real terminal):`);
term.stylePrint(`\r\n{`);
term.stylePrint(`\t${colorText("name", "command")}: [your name]`);
term.stylePrint(`\t${colorText("email", "command")}: [your email]`);
Expand Down

0 comments on commit c44cc6f

Please sign in to comment.