diff --git a/README.md b/README.md index a2b5c5d..2e3a0cc 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ Multi-repo for the [json_theme](https://pub.dev/packages/json_theme) package and supporting code. This consists of: -* [annotation]: A small package containing the annotations for the code generator. -* [codegen]: A small code generator that generates a map of the various decoders. -* [json_theme]: The main codebase for the [json_theme](https://pub.dev/packages/json_theme) package. \ No newline at end of file +* [annotation](annotation): A small package containing the annotations for the code generator. +* [codegen](codegen): A small code generator that generates a map of the various decoders. +* [json_theme](json_theme): The main codebase for the [json_theme](https://pub.dev/packages/json_theme) package.