From 14c1babb45dafb1ee7aad4a566d8cb97ba64644f Mon Sep 17 00:00:00 2001 From: Moritz Fuller <32162112+letmejustputthishere@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:45:28 +0100 Subject: [PATCH] Update README.md (#178) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1c9b64..56142c0 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Agents facilitate the interaction from clients with canisters on the Internet Co ### JavaScript/TypeScript - [agent-js](https://github.com/dfinity/agent-js) - Collection of libraries to interact with the IC using JavaScript. -- [ic-js](https://github.com/dfinity/ic-js) - Collection of libraries for interfacing with core canisters on the Network Nervous System (NNS). +- [ic-js](https://github.com/dfinity/ic-js) - Collection of libraries for interfacing with the Internet Computer. - [ic-use-actor](https://github.com/kristoferlund/ic-use-actor) - React hook to make interacting with Internet Computer canisters more fun! - [ic-use-siwe-identity](https://github.com/kristoferlund/ic-siwe/tree/main/packages/ic-use-siwe-identity) - React hook for easy frontend integration with SIWE (Sign in with Ethereum) enabled canisters. - [ic-use-internet-identity](https://github.com/kristoferlund/ic-use-internet-identity) - React hook that makes it easy to integrate IC Internet Identity into React applications.