From 98eba79619774fc224c3df23e2524f35b3ed94de Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Tue, 4 Apr 2023 13:19:42 -0500 Subject: [PATCH] docs: add package:jwt to README (#226) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bc0c11f..bece7bfa 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ 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 | -| [updater](updater/README.md) | Rust library which handles the CodePush logic and does the real update work | +| [jwt](packages/jwt/README.md) | Dart library for verifying Json Web Tokens | +| [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.