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", ...] } ] ]