diff --git a/README.md b/README.md index 4d9f8f7..322194e 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ You can create many sections in your `.env` and switch between them. Rules: -- State name starts on a new line with `###` symbols (Ex. `### local`) -- State name can contain multiple comma-separated sections (Ex. +- Section name starts on a new line with `###` symbols (Ex. `### local`) +- Section can contain multiple comma-separated names (Ex. `### local,staging`) -- Each section may specify a namespace (Ex. `### debug:on,dev:on`). If a section - doesn't contain a namespace, it's a global namespace. -- State ends if line is empty or contains a new state name. +- Each section name may specify a namespace (Ex. `### debug:on,dev:on`). If a + section doesn't contain a namespace, it's a global namespace. +- Section ends if line is empty or contains a new section name. You can see the [full example].