mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 17:41:43 -05:00
Fix typo
This commit is contained in:
parent
93a83ea12e
commit
0dce87cb3e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ function copySync(origin,target){
|
|||
//Add Definition Colors
|
||||
const chalk = require('chalk');
|
||||
|
||||
//Vulkan letters
|
||||
//Vulcan letters
|
||||
console.log(chalk.gray(' ___ ___ '));
|
||||
console.log(chalk.gray(' '+String.fromCharCode(92))+chalk.redBright(String.fromCharCode(92))+chalk.dim.yellow(String.fromCharCode(92))+chalk.gray(String.fromCharCode(92)+' /')+chalk.dim.yellow('/')+chalk.yellowBright('/')+chalk.gray('/'));
|
||||
console.log(chalk.gray(' '+String.fromCharCode(92))+chalk.redBright(String.fromCharCode(92))+chalk.dim.yellow(String.fromCharCode(92))+chalk.gray(String.fromCharCode(92))+chalk.gray('/')+chalk.dim.yellow('/')+chalk.yellowBright('/')+chalk.gray('/ Vulcan.js'));
|
||||
|
|
Loading…
Add table
Reference in a new issue