From 4866b68b840bb066bfe3db15c253ff08165d9b8a Mon Sep 17 00:00:00 2001 From: Olexandr88 Date: Thu, 13 Nov 2025 10:08:59 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d716ef6..c798b79 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Satoshi Protocol SDK, a comprehensive toolkit for developers to integrate and interact with the Satoshi Protocol, a DeFi platform on the blockchain. [![npm version](https://img.shields.io/npm/v/your-package.svg?color=%23DFE2E4)](https://www.npmjs.com/package/satoshi-sdk) -[![license](https://img.shields.io/github/license/your-username/your-repository.svg?color=%23DFE2E4)](https://github.com/your-username/your-repository/blob/main/LICENSE) +[![license](https://img.shields.io/github/license/Satoshi-Protocol/satoshi-sdk.svg?color=%23DFE2E4)](https://github.com/Satoshi-Protocol/satoshi-sdk/blob/main/LICENSE) [![downloads](https://img.shields.io/npm/dm/your-package.svg?color=%23DFE2E4)](https://www.npmjs.com/package/satoshi-sdk) ## Documentation @@ -81,4 +81,4 @@ async function main() { }) } -``` \ No newline at end of file +```