From a6fad92806ebe134e99f75fbba774ca0adb47174 Mon Sep 17 00:00:00 2001 From: thomashii Date: Thu, 16 Sep 2021 11:29:03 +0800 Subject: [PATCH] Updated README --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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