Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Kuck <[email protected]>
  • Loading branch information
r0adkll and EricKuck authored Aug 18, 2024
1 parent afe65b7 commit 52ab1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class NoOpMenuRepository : MenuRepository

**Component Exclusions**

You can explicitly declare contributed elements on the class path from being merged into components using the `excludes` parameter on the `@MergeComponent` and `@ContributesSubcomponent` annotations, like so:
You can explicitly declare contributed elements on the classpath from being merged into components using the `excludes` parameter on the `@MergeComponent` and `@ContributesSubcomponent` annotations, like so:

```kotlin
@MergeComponent(
Expand Down

0 comments on commit 52ab1c3

Please sign in to comment.