Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Dec 18, 2023
1 parent b400510 commit 8cddcf2
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
A simple and zero-dependencies library to parse environment variables into
`struct`s.

## Used and supported by

<p>
<a href="https://encore.dev">
<img src="https://user-images.githubusercontent.com/78424526/214602214-52e0483a-b5fc-4d4c-b03e-0b7b23e012df.svg" width="120px" alt="encore icon"></img>
</a>
<br/>
<br/>
<b>Encore – the platform for building Go-based cloud backends.</b>
<br/>
</p>

## Example

Get the module with:
Expand Down Expand Up @@ -605,19 +617,9 @@ func main() {
> If you want to check if an specific error is in the chain, you can also use
> `errors.Is()`.
## Used and supported by

<a href="https://encore.dev">
<img src="https://user-images.githubusercontent.com/78424526/214602214-52e0483a-b5fc-4d4c-b03e-0b7b23e012df.svg" width="160px" alt="encore icon"></img>
</a>
<br/>
<br/>
<b>Encore – the platform for building Go-based cloud backends.</b>
<br/>

## Related projects

- [envdoc](https://github.com/g4s8/envdoc) - generate documentation for environment variables from `env` tags
- [envdoc](https://github.com/g4s8/envdoc) - generate documentation for environment variables from `env` tags

## Stargazers over time

Expand Down

0 comments on commit 8cddcf2

Please sign in to comment.