Skip to content

Commit 4545d19

Browse files
authored
Update README.md
1 parent e2ab7e3 commit 4545d19

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@ Getting vars out has the same level of complexity as setting the value.
1212
settingo.Get("FOO")
1313
```
1414

15-
1615
## Features
17-
- Simple to use
18-
- supports command line and environment variables
19-
- Support for types: str, int, bool, map
20-
- Singleton, makes it easy to use in program anywhere in the code-base
21-
- Supports help text with --help on the binary
22-
- Ease of use in any environment examples: linux, docker, k8
23-
16+
- Simplicity: Set up settings within a single line of code.
17+
- Flexibility: Utilize command-line flags, environment variables, or defaults.
18+
- Typesafety: Seamlessly work with strings, integers, booleans, and maps.
19+
- Convenience: Global access with a singleton pattern.
20+
- User-friendly: Automatic --help flag generation for your applications.
21+
- Versatility: Works flawlessly in Linux, Docker, Kubernetes, and other environments.
2422

2523
## Example
2624
example of how to use. More can be found in the [example_project](https://github.com/Attumm/settingo_example_project/blob/main/main.go)

0 commit comments

Comments
 (0)