diff --git a/README.md b/README.md index 29221bf..a79f704 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ icp new --subfolder | Template | Description | | --- | --- | -| [hello-world](./hello-world/) | Full-stack dapp with a frontend and backend canister (Rust or Motoko) | +| [hello-world](./hello-world/) | Full-stack app with a frontend and backend canister (Rust or Motoko) | | [motoko](./motoko/) | A basic Motoko canister | | [rust](./rust/) | A basic Rust canister | | [bitcoin-starter](./bitcoin-starter/) | Bitcoin integration with balance reading (Rust or Motoko) | diff --git a/hello-world/README.md b/hello-world/README.md index 02d1a6b..b71d596 100644 --- a/hello-world/README.md +++ b/hello-world/README.md @@ -1,6 +1,6 @@ # Hello World -This example demonstrates a full-stack dapp with a frontend and backend canister, showing how to pass environment variables from the asset canister to the frontend webapp. +This example demonstrates a full-stack app with a frontend and backend canister, showing how to pass environment variables from the asset canister to the frontend webapp. ## Overview diff --git a/hello-world/react-frontend/canister.yaml b/hello-world/react-frontend/canister.yaml index a9273aa..27d41cf 100644 --- a/hello-world/react-frontend/canister.yaml +++ b/hello-world/react-frontend/canister.yaml @@ -4,7 +4,8 @@ name: frontend recipe: # https://github.com/dfinity/icp-cli-recipes/blob/main/recipes/asset-canister/README.md - type: "@dfinity/asset-canister@v2.1.0" + # IMPORTANT: This recipe requires icp-cli >= 0.2.7 + type: "@dfinity/asset-canister@v2.2.0" configuration: build: # Install the dependencies diff --git a/hello-world/vue-frontend/canister.yaml b/hello-world/vue-frontend/canister.yaml index a9273aa..27d41cf 100644 --- a/hello-world/vue-frontend/canister.yaml +++ b/hello-world/vue-frontend/canister.yaml @@ -4,7 +4,8 @@ name: frontend recipe: # https://github.com/dfinity/icp-cli-recipes/blob/main/recipes/asset-canister/README.md - type: "@dfinity/asset-canister@v2.1.0" + # IMPORTANT: This recipe requires icp-cli >= 0.2.7 + type: "@dfinity/asset-canister@v2.2.0" configuration: build: # Install the dependencies diff --git a/static-website/icp.yaml b/static-website/icp.yaml index 183a535..1ad9bb1 100644 --- a/static-website/icp.yaml +++ b/static-website/icp.yaml @@ -3,7 +3,8 @@ canisters: - name: frontend recipe: - type: "@dfinity/asset-canister@v2.1.0" + # IMPORTANT: This recipe requires icp-cli >= 0.2.7 + type: "@dfinity/asset-canister@v2.2.0" configuration: build: # Install the dependencies