From e8b5335699ec4793dee68f9fe30e503bb44bca97 Mon Sep 17 00:00:00 2001 From: Kristofer Date: Mon, 8 Jan 2024 14:42:09 +0100 Subject: [PATCH] README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2098f12..163c706 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ A React context provider for managing Internet Computer (IC) actors with enhanced features like type safety and request/response interceptors. `ic-use-actor` makes interacting with Internet Computer canisters more fun! +![npm](https://img.shields.io/npm/v/ic-use-actor) +![npm](https://img.shields.io/npm/dw/ic-use-actor) + ## Features - **Shared Actor Context**: Allows the same actor to be used across multiple components.