Skip to content

Commit

Permalink
docs: add links to google search example
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanosdev committed Nov 27, 2024
1 parent e1c77ef commit d056597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
1 change: 1 addition & 0 deletions packages/pic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d056597

Please sign in to comment.