From 413c79e199cc67183bd6e563ff66fe5b69641973 Mon Sep 17 00:00:00 2001 From: Eric Seidel Date: Sat, 25 Mar 2023 12:48:06 -0700 Subject: [PATCH] Update README.md Fix path to rust library. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99e0deb8..5bc0c11f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,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_client](packages/shorebird_code_push_client/README.md) | Dart library which allows Dart applications to interact with the ShoreBird CodePush API | | [shorebird_code_push_protocol](packages/shorebird_code_push_protocol/README.md) | Dart library which contains common interfaces used by Shorebird CodePush | -| [shorebird_code_push_updater](updater/README.md) | Rust library which handles the CodePush logic and does the real update work | +| [updater](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.