Skip to content

Commit

Permalink
Merge pull request #194 from eternityduck/patch-1
Browse files Browse the repository at this point in the history
Fix README.md example
  • Loading branch information
julianpeeters authored Apr 7, 2024
2 parents ecece18 + 573cf73 commit 3850ca1
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 @@ -225,7 +225,7 @@ To ensure dependent schemas are compiled in the proper order (thus avoiding `org
import avrohugger.filesorter.AvscFileSorter
import java.io.File

val sorted: List[File] = AvscFileSorter.sortSchemaFiles((srcDir ** "*.avsc")
val sorted: List[File] = AvscFileSorter.sortSchemaFiles((srcDir ** "*.avsc"))


#### `avrohugger-tools`
Expand Down

0 comments on commit 3850ca1

Please sign in to comment.