Skip to content

Commit

Permalink
Fix readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg committed May 21, 2022
1 parent 26d58b8 commit dedd96b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# evnx
# envx

[![build-img]][build-url]
[![pkg-img]][pkg-url]
Expand All @@ -15,14 +15,14 @@ Go environment utils
* Clean and tested code.
* Fully compatible with `env` package.

See [GUIDE.md](https://github.com/cristalhq/evnx/blob/main/GUIDE.md) for more details.
See [GUIDE.md](https://github.com/cristalhq/envx/blob/main/GUIDE.md) for more details.

## Install

Go version 1.17+

```
go get github.com/cristalhq/evnx
go get github.com/cristalhq/envx
```

## Example
Expand All @@ -44,7 +44,7 @@ fmt.Println(d)
// Output: 20s
```

Also see examples: [examples_test.go](https://github.com/cristalhq/evnx/blob/main/example_test.go).
Also see examples: [examples_test.go](https://github.com/cristalhq/envx/blob/main/example_test.go).

## Documentation

Expand All @@ -54,13 +54,13 @@ See [these docs][pkg-url].

[MIT License](LICENSE).

[build-img]: https://github.com/cristalhq/evnx/workflows/build/badge.svg
[build-url]: https://github.com/cristalhq/evnx/actions
[pkg-img]: https://pkg.go.dev/badge/cristalhq/evnx
[pkg-url]: https://pkg.go.dev/github.com/cristalhq/evnx
[reportcard-img]: https://goreportcard.com/badge/cristalhq/evnx
[reportcard-url]: https://goreportcard.com/report/cristalhq/evnx
[coverage-img]: https://codecov.io/gh/cristalhq/evnx/branch/main/graph/badge.svg
[coverage-url]: https://codecov.io/gh/cristalhq/evnx
[version-img]: https://img.shields.io/github/v/release/cristalhq/evnx
[version-url]: https://github.com/cristalhq/evnx/releases
[build-img]: https://github.com/cristalhq/envx/workflows/build/badge.svg
[build-url]: https://github.com/cristalhq/envx/actions
[pkg-img]: https://pkg.go.dev/badge/cristalhq/envx
[pkg-url]: https://pkg.go.dev/github.com/cristalhq/envx
[reportcard-img]: https://goreportcard.com/badge/cristalhq/envx
[reportcard-url]: https://goreportcard.com/report/cristalhq/envx
[coverage-img]: https://codecov.io/gh/cristalhq/envx/branch/main/graph/badge.svg
[coverage-url]: https://codecov.io/gh/cristalhq/envx
[version-img]: https://img.shields.io/github/v/release/cristalhq/envx
[version-url]: https://github.com/cristalhq/envx/releases

0 comments on commit dedd96b

Please sign in to comment.