Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix very minor typo
  • Loading branch information
DeanPDX authored Oct 9, 2024
1 parent 35e06d1 commit 7465bfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ config, err := dotconfig.FromFileName[AppConfig](".env", dotconfig.EnforceStruct
if err != nil {
fmt.Printf("Error %v.", err)
}
// Ourput:
// Output:
// Error: multiple errors:
// - missing struct tag on field: ForgotToAddStructTag
// - unsupported field type: complex64
Expand Down Expand Up @@ -106,4 +106,4 @@ if err != nil {
```

## Contributing
Contributions are always welcome. This is still in the early stages and is mostly for internal use at the moment. Have a new idea or find a bug? Submit a pull request or create an issue!
Contributions are always welcome. This is still in the early stages and is mostly for internal use at the moment. Have a new idea or find a bug? Submit a pull request or create an issue!

0 comments on commit 7465bfa

Please sign in to comment.