Skip to content

Commit

Permalink
docs: fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
thde committed Sep 13, 2022
1 parent d3366bb commit dfb9797
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ package main

func main() {
words := []string{
"Psychotomimetic",
"Pulchritudinous",
"Consanguineous",
"Trichotillomania",
}
"Psychotomimetic",
"Pulchritudinous",
"Consanguineous",
"Trichotillomania",
}

dict := fakeword.Dictionary{}
dict.Add(words...)
dict := fakeword.Dictionary{}
dict.Add(words...)

gen := dict.Generator()
fmt.Println(gen.Word())
gen := dict.Generator()
fmt.Println(gen.Word())
}
```

Expand Down

0 comments on commit dfb9797

Please sign in to comment.