From 32e5ec14bc2553c70b9c8a67e519c06003c1a03b Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Mon, 6 Mar 2023 15:45:58 -0600 Subject: [PATCH] docs: add shorebird_code_push_updater to top-level README (#23) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cbaa4b72..55f36fb2 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ This repository is a monorepo containing the following packages: | [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 | +| [shorebird_code_push_updater](packages/shorebird_code_push_updater/README.md) | Rust library which handles the CodePush logic and does the real update work | For more information, please refer to the documentation for each package.