Skip to content

Commit

Permalink
Merge pull request #1 from genevieve/patch-1
Browse files Browse the repository at this point in the history
Format code in README.md
  • Loading branch information
ryanmoran authored Feb 15, 2024
2 parents c89211e + ea32632 commit 5617d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

func main() {
database, err := libgenders.NewDatabase(libgenders.DefaultGendersFilepath)
database, err := libgenders.NewDatabase(libgenders.DefaultGendersFilepath)
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 5617d51

Please sign in to comment.