diff --git a/README.md b/README.md index 52c6302..1043737 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ **A simple .env file loader for go(golang)** -- Overrides existing variables -- Does not trim spaces -- Does not support comments +![Test](https://github.com/radulucut/dotenv/actions/workflows/test.yml/badge.svg) ## Install @@ -45,3 +43,9 @@ func main() { // ... } ``` + +### Notes: + +- Overrides existing variables +- Does not trim spaces +- Does not support comments