diff --git a/examples/README.md b/examples/README.md index 91ec574..f26457b 100644 --- a/examples/README.md +++ b/examples/README.md @@ -23,3 +23,5 @@ but `@hadronous/pic` can be used with JavaScript and any other testing runner, s This example demonstrates how to work with multiple canisters and multiple subnets. - [NNS Proxy](./nns_proxy/README.md) This example demonstrates how to work with an NNS state directory. +- [Google Search](./google_search/README.md) + This example demonstrates how to mock HTTPS Outcalls. diff --git a/packages/pic/README.md b/packages/pic/README.md index e0c76d4..bdc89e0 100644 --- a/packages/pic/README.md +++ b/packages/pic/README.md @@ -70,3 +70,4 @@ but `@hadronous/pic` can be used with JavaScript and any other testing runner, s - The [Todo](https://github.com/hadronous/pic-js/tree/main/examples/todo/README.md) example demonstrates how to work with more complex canisters, identities, canister upgrades, and stable memory management. - The [Multicanister](https://github.com/hadronous/pic-js/tree/main/examples/multicanister/README.md) example demonstrates how to work with multiple canisters and multiple subnets. - The [NNS Proxy](https://github.com/hadronous/pic-js/tree/main/examples/nns_proxy/README.md) example demonstrates how to work with an NNS state directory. +- [Google Search](./google_search/README.md) example demonstrates how to mock HTTPS Outcalls.