Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2 from JoshuaKGoldberg/bright-green-hello
Browse files Browse the repository at this point in the history
Bright green hello
  • Loading branch information
JoshuaKGoldberg committed Oct 5, 2020
2 parents c1de230 + 31ec415 commit 11befe9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
const chalk = require("chalk");

module.exports.hello = () => {
console.log(chalk.green("Hello! It's me, Michael Scott!"));
console.log(chalk.greenBright("Hello!"), chalk.green("It's me, Your Name!"));
};

0 comments on commit 11befe9

Please sign in to comment.