We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413e4bf commit 4d04160Copy full SHA for 4d04160
1 file changed
utils/cli.js
@@ -13,7 +13,7 @@ const axios = require("axios");
13
module.exports = async () => {
14
console.log("------------------------------------------");
15
// getting data from terminal
16
- io.write(cyan("> Enter GitHub username"));
+ io.write(cyan("> Enter GitHub Username"));
17
const URL = await io.read();
18
await axios
19
.get(`https://api.github.com/users/${URL}/events/public`)
0 commit comments