From 596e97312cbaaa0d6ad30399aa374ca5465dda5d Mon Sep 17 00:00:00 2001 From: Trevor Rea Date: Tue, 4 Apr 2023 14:19:11 +0100 Subject: [PATCH] Correct config file document path (#108) Correct config file document path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 281d2a5..0d48632 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,4 @@ See the [doublestar](https://github.com/bmatcuk/doublestar) package for more inf # Configuration File The `yamlfmt` command can be configured through a yaml file called `.yamlfmt`. This file can live in your working directory, a path specified through a [CLI flag](./docs/command-usage.md#operation-flags), or in the standard global config path on your system (see docs for specifics). -For in-depth configuration documentation see [Config](docs/config.md). \ No newline at end of file +For in-depth configuration documentation see [Config](docs/config-file.md).