From 930e33a1388a9d2f0e247dfb9796322cc5935233 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Wed, 27 Jul 2022 12:35:38 +0300 Subject: [PATCH] doc: fix docs url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b036e95..7cac83a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ All standard environment variable types are included, but `enve` under the hood uses [estring](https://github.com/pleshevskiy/estring), so you can easily create your own type. -## [Documentation](https://docs.rs/estring) +## [Documentation](https://docs.rs/enve) Look at the [examples] to see the power!