summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorElsoberanold <42942305+Elsoberanold@users.noreply.github.com>2023-10-20 23:19:26 +0100
committerMatthias Beyer <mail@beyermatthias.de>2023-10-22 18:30:44 +0200
commitb78bad6d6055485da84e11132ecb171b054228c1 (patch)
tree45becf0614f32e03005f72329ac6cf534c1c893c /README.md
parent6946069755e4bc75af9b7ca678da66c055a0af16 (diff)
Added read pem files example
Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Signed-off-by: Elsoberanold <42942305+Elsoberanold@users.noreply.github.com> Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index badab89..daa762b 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ config = "0.13.1"
Library provides out of the box support for most renowned data formats such as JSON or Yaml. Nonetheless, it contains an extensibility point - a `Format` trait that, once implemented, allows seamless integration with library's APIs using custom, less popular or proprietary data formats.
-See [custom_format](https://github.com/mehcode/config-rs/tree/master/examples/custom_format) example for more information.
+See [custom_file_format](https://github.com/mehcode/config-rs/tree/master/examples/custom_file_format) example for more information.
### More