From 97154598c02ac80e888dbb09fc5f4c7fd51c98e3 Mon Sep 17 00:00:00 2001 From: tom speak Date: Mon, 11 Sep 2023 10:17:17 +0100 Subject: [PATCH] Update README.md Config location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e95f8b065..7a1bb54d2 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ palette = 15=#fbf1c7 The available keys and valid values are not easily documented yet, but they are easily visible if you're mildly comfortable with Zig. The available keys -are just the keys (verbatim) in the [Config structure](https://github.com/mitchellh/ghostty/blob/main/src/config.zig). +are just the keys (verbatim) in the [Config structure](https://github.com/mitchellh/ghostty/blob/main/src/config/Config.zig). The keys are documented there, too. #### Debugging Configuration