diff --git a/README.md b/README.md index 5b2f829..c8c1125 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

streetmerchant

-

streetmerchant

+

STREETMERCHANT

The world's easiest, most powerful stock checker

diff --git a/src/banner.ts b/src/banner.ts index 926b9f7..2f2ff0b 100644 --- a/src/banner.ts +++ b/src/banner.ts @@ -3,13 +3,5 @@ import {readFileSync} from 'fs'; const version = readFileSync('version.txt', 'utf8'); -export const banner = chalk.green.bold(` - $$\\ $$\\ $$\\ $$\\ $$\\ - \\__| $$ |\\__| $$ | $$ | -$$$$$$$\\ $$\\ $$\\ $$\\ $$$$$$$ |$$\\ $$$$$$\\ $$$$$$$\\ $$$$$$$\\ $$$$$$\\ $$$$$$\\ $$$$$$$\\ $$$$$$$\\ $$$$$$\\ $$$$$$\\ -$$ __$$\\\\$$\\ $$ |$$ |$$ __$$ |$$ | \\____$$\\ $$$$$$\\ $$ _____|$$ __$$\\ \\____$$\\\\_$$ _| $$ _____|$$ __$$\\ $$ __$$\\ $$ __$$\\ -$$ | $$ |\\$$\\$$ / $$ |$$ / $$ |$$ | $$$$$$$ |\\______|\\$$$$$$\\ $$ | $$ | $$$$$$$ | $$ | $$ / $$ | $$ |$$$$$$$$ |$$ | \\__| -$$ | $$ | \\$$$ / $$ |$$ | $$ |$$ |$$ __$$ | \\____$$\\ $$ | $$ |$$ __$$ | $$ |$$\\ $$ | $$ | $$ |$$ ____|$$ | -$$ | $$ | \\$ / $$ |\\$$$$$$$ |$$ |\\$$$$$$$ | $$$$$$$ |$$ | $$ |\\$$$$$$$ | \\$$$$ |\\$$$$$$$\\ $$ | $$ |\\$$$$$$$\\ $$ | -\\__| \\__| \\_/ \\__| \\_______|\\__| \\_______| \\_______/ \\__| \\__| \\_______| \\____/ \\_______|\\__| \\__| \\_______|\\__| +export const banner = chalk.gray.bold(`STREETMERCHANT ${version}`);