Skip to content

Commit 4d04160

Browse files
committed
👌IMPROVE: text
1 parent 413e4bf commit 4d04160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const axios = require("axios");
1313
module.exports = async () => {
1414
console.log("------------------------------------------");
1515
// getting data from terminal
16-
io.write(cyan("> Enter GitHub username"));
16+
io.write(cyan("> Enter GitHub Username"));
1717
const URL = await io.read();
1818
await axios
1919
.get(`https://api.github.com/users/${URL}/events/public`)

0 commit comments

Comments
 (0)