Skip to content

Commit

Permalink
Update docs with better example
Browse files Browse the repository at this point in the history
  • Loading branch information
emkguts committed Feb 6, 2025
1 parent 0ffb947 commit 6f42b2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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", ...]
}
]
]
Expand Down

0 comments on commit 6f42b2a

Please sign in to comment.