From 4d94ee0e0403c747eeb8f5f4b46accc8239df5b9 Mon Sep 17 00:00:00 2001 From: patricksevat Date: Tue, 23 Sep 2025 13:39:05 +0200 Subject: [PATCH] chore(): update readme after rename --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bbe91d..f36ac51 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# node-oauth1 +# @postman/node-oauth1 This is an implementation of OAuth-1.0a signatures, originally by Netflix, Inc. @@ -6,7 +6,7 @@ This is an implementation of OAuth-1.0a signatures, originally by Netflix, Inc. Install using ``` -$ npm install node-oauth1 +$ npm install @postman/node-oauth1 ``` # License