diff --git a/README.md b/README.md index 9471cd90..070ac926 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This repository is a monorepo containing the following packages: | Package | Description | | ------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | | [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_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 | diff --git a/packages/shorebird_code_push_client/README.md b/packages/shorebird_code_push_client/README.md index 28928f4c..33d49af5 100644 --- a/packages/shorebird_code_push_client/README.md +++ b/packages/shorebird_code_push_client/README.md @@ -1,6 +1,6 @@ ## Shorebird CodePush Client -The Shorebird CodePush Client is a Dart library which allows Dart applications to interact with the ShoreBird CodePush API. +The Shorebird CodePush Client is a Dart library which allows Dart applications to interact with the Shorebird CodePush API. ### Installing diff --git a/packages/shorebird_code_push_client/pubspec.yaml b/packages/shorebird_code_push_client/pubspec.yaml index 163ef998..74179b5f 100644 --- a/packages/shorebird_code_push_client/pubspec.yaml +++ b/packages/shorebird_code_push_client/pubspec.yaml @@ -1,5 +1,5 @@ name: shorebird_code_push_client -description: Library which allows Dart applications to interact with the ShoreBird CodePush API +description: Library which allows Dart applications to interact with the Shorebird CodePush API version: 0.7.0+1 repository: https://github.com/shorebirdtech/shorebird