From 2a4927c3c9c96f878a05c22980ac21825493e366 Mon Sep 17 00:00:00 2001 From: AdekunleBamz Date: Thu, 22 Jan 2026 08:04:55 +0100 Subject: [PATCH] docs: fix README example and repo links --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2674b3a..0cf5bef 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Specifically, a **c32check address** is a c32check-encoded ripemd160 hash. # Examples ``` -> c32 = require('c32check') +> c32check = require('c32check') { c32encode: [Function: c32encode], c32decode: [Function: c32decode], c32checkEncode: [Function: c32checkEncode], diff --git a/package.json b/package.json index a3e7924..a39773e 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/stacks-network/c32check.git" + "url": "git+https://github.com/AdekunleBamz/c32check.git" }, "author": { "name": "Jude Nelson", @@ -33,7 +33,7 @@ }, "license": "MIT", "bugs": { - "url": "https://github.com/stacks-network/c32check/issues" + "url": "https://github.com/AdekunleBamz/c32check/issues" }, "keywords": [ "blockchain", @@ -62,7 +62,7 @@ "identity", "ethereum" ], - "homepage": "https://stacks.co", + "homepage": "https://github.com/AdekunleBamz/c32check", "contributors": [ { "name": "Jude Nelson",