diff --git a/README.md b/README.md index f66bd68..b9128f2 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ Supplies both a way to run tasks, as well as utilities to simplify the creation * `FlexTask.Types` defines task configurations and instances. * `FlexTask.Interpreter` contains functions to evaluate such tasks at runtime. * The remaining modules implement various utility functions and automations for creating tasks, for example: - * `FlexTask.Generic.Form` provides generic, composable input forms for most data types. - * `FlexTask.Generic.Parse` does the same for generic parsers. + * `FlexTask.Generic.Form` provides generic, composable input forms for most data types. + * `FlexTask.Generic.Parse` does the same for generic parsers. ### flex-task-processing