Skip to content

Commit

Permalink
Update benedict.js
Browse files Browse the repository at this point in the history
  • Loading branch information
m4l3vich authored Oct 3, 2021
1 parent c9d2dfd commit 891188e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benedict.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const cumberbatch = ['Кукумбер', 'Казантип', 'Джонникэш
const letters = 'абвгдеёжзийклмнопрстуфхцчшщэюя'.split('')

if (process.argv.length === 4) {
// Specify first letters of your name to generate
// Specify your name and surname to generate
// your personal name variant (https://i.imgur.com/jTlLd5c.png)
const first = letters.findIndex(e => e === process.argv[2].charAt(0).toLowerCase())
const second = letters.findIndex(e => e === process.argv[3].charAt(0).toLowerCase())
Expand Down

0 comments on commit 891188e

Please sign in to comment.