diff --git a/README.md b/README.md index 7fbeb5bf..ca6e3c0d 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ https://github.com/shorebirdtech/old_repo This repository is a monorepo containing the following packages: -| Package | -| ----------------------------------------------------------------------------------- | -| [shorebird_cli](packages/shorebird_cli/README.md) | -| [shorebird_code_push_api](packages/shorebird_code_push_api/README.md) | -| [shorebird_code_push_api_client](packages/shorebird_code_push_api_client/README.md) | +| Package | Description | +| ----------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | +| [shorebird_cli](packages/shorebird_cli/README.md) | Command-line which allows developers to interact with various Shorebird services | +| [shorebird_code_push_api](packages/shorebird_code_push_api/README.md) | Server which exposes endpoints to support CodePush for Flutter applications | +| [shorebird_code_push_api_client](packages/shorebird_code_push_api_client/README.md) | Dart library which allows Dart applications to interact with the ShoreBird CodePush API | For more information, please refer to the documentation for each package.