From 6f42b2a046efd85bf4b0af0cd9bfdd2d825149d3 Mon Sep 17 00:00:00 2001 From: Emily Guthrie Date: Thu, 6 Feb 2025 11:50:43 -0800 Subject: [PATCH] Update docs with better example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35d7137..9b42880 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ Quokka can be configured in your `.formatter.exs` file reorder_configs: true | false, rewrite_deprecations: true | false, files: %{ - included: [String.t()], - excluded: [String.t()] + included: ["lib/", ...], + excluded: ["lib/example.ex", ...] } ] ]