Skip to content

Commit ec0e1f4

Browse files
committed
Merge branch 'main' of https://github.com/symmetric-project/ngen into main
2 parents 7c71bb6 + b00f841 commit ec0e1f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# ngen
2-
Random username generator.
2+
Random username generator with a total of 28479 * 6276 * 90963 * 30802 = 5.0078506e+17 unique combinations.

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var verbs []string
1313

1414
func init() {
1515
var err error
16-
adjectives, err = readLines("./ngen/words/adjectives.txt")
16+
adjectives, err = readLines("./words/adjectives.txt")
1717
if err != nil {
1818
os.Exit(1)
1919
}

0 commit comments

Comments
 (0)