From 254941b5d9b056984d7aac47f17dff937051a72b Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Fri, 10 Nov 2023 12:12:48 -0600 Subject: [PATCH] docs: add `artifact_proxy` to packages table in `README` (#1477) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e8be8cd..e2e961eb 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_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 | +| [artifact_proxy](packages/artifact_proxy/README.md) | Dart server which supports intercepting and proxying Flutter artifact requests. | | [discord_gcp_alerts](packages/discord_gcp_alerts/README.md) | Dart server which forwards GCP alerts to Discord | | [jwt](packages/jwt/README.md) | Dart library for verifying Json Web Tokens | | [redis_client](packages/redis_client/README.md) | Dart library for interacting with Redis |