Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi authored Oct 5, 2021
1 parent f14ab6a commit f82c637
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 @@ -23,7 +23,7 @@ The following example demonstrates how to use GoLobby Env package.

```go
type Config struct {
Debug bool `env:"DEBUG"` // Possible Values: true, false, 1, 0
Debug bool `env:"DEBUG"` // Possible Values: "true", "false", "1", "0"
App struct {
Name string `env:"APP_NAME"`
Port int16 `env:"APP_PORT"`
Expand Down

0 comments on commit f82c637

Please sign in to comment.