diff --git a/.github/workflows/publish-embedded-packages.yaml b/.github/workflows/publish-embedded-packages.yaml index ec719c2f..3c879a9c 100644 --- a/.github/workflows/publish-embedded-packages.yaml +++ b/.github/workflows/publish-embedded-packages.yaml @@ -97,9 +97,9 @@ jobs: with: append_body: true body: | - ## NPM + ## NPM embedded package - This package provides an embedded build of Element Call that can be both used as a widget within another application. + This package provides a version of Element Call that can be both used as an embedded widget within another application. ``` npm install @element-hq/element-call-embedded@${{ env.NPM_VERSION }} @@ -147,9 +147,9 @@ jobs: with: append_body: true body: | - ## Android AAR + ## Android AAR embedded package - This package provides an embedded build of Element Call that can be both used as a widget within another application. + This package provides a version of Element Call that can be both used as an embedded widget within another application. ``` dependencies { @@ -208,9 +208,9 @@ jobs: with: append_body: true body: | - ## SwiftPM + ## SwiftPM embedded package - This package provides an embedded build of Element Call that can be both used as a widget within another application. + This package provides a version of Element Call that can be both used as an embedded widget within another application. ``` .package(url: "https://github.com/element-hq/element-call-swift.git", from: "${{ env.VERSION }}") diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5f90f6bb..26ec1e7b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -67,10 +67,10 @@ jobs: with: append_body: true body: | - ## Docker + ## Docker full package Element Call is available as a Docker image from the [GitHub Container Registry](https://github.com/element-hq/element-call/pkgs/container/element-call). - The image provides a full build of Element Call that can be used both in standalone and as a widget. + The image provides a full build of Element Call that can be used both in standalone and as a widget (on a remote URL). ``` docker pull ghcr.io/element-hq/element-call:${{ github.event.release.tag_name }}