diff --git a/README.md b/README.md index 036fa41..0fbe4e0 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,15 @@ This repository contains the common utility packages required for developing dar ## Available Packages -* Body Parser -* Code Buffer -* Combinator -* Html Builder -* Merge Map -* Pub Sub -* Range Header -* Symbol Table -* User Agent +* [Body Parser](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/body_parser) +* [Code Buffer](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/code_buffer) +* [Combinator](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/combinator) +* [Html Builder](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/html_builder) +* [JSON Serializer](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/json_serializer) +* [Merge Map](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/merge_map) +* [Pretty Logging](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/pretty_logging) +* [Pub Sub](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/pub_sub) +* [Range Header](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/range_header) +* [Symbol Table](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/symbol_table) +* [User Agent](https://github.com/dart-backend/belatuk-common-utilities/tree/main/packages/user_agent) \ No newline at end of file