From 017eb3658fa70179e27dac24005af5022e95b0b0 Mon Sep 17 00:00:00 2001 From: madisoncarter1234 Date: Fri, 28 Nov 2025 10:26:26 -0500 Subject: [PATCH] docs: fix typo and incorrect import path in documentation --- packages/account-sdk/README.md | 2 +- packages/account-sdk/src/interface/payment/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/account-sdk/README.md b/packages/account-sdk/README.md index 1e7217dfa..cc3768885 100644 --- a/packages/account-sdk/README.md +++ b/packages/account-sdk/README.md @@ -127,7 +127,7 @@ ## Script Tag Usage -Base Accunt can be used directly in HTML pages via a script tag, without any build tools: +Base Account can be used directly in HTML pages via a script tag, without any build tools: ```html diff --git a/packages/account-sdk/src/interface/payment/README.md b/packages/account-sdk/src/interface/payment/README.md index 8d73e2995..1a69966f0 100644 --- a/packages/account-sdk/src/interface/payment/README.md +++ b/packages/account-sdk/src/interface/payment/README.md @@ -26,7 +26,7 @@ if (payment.success) { You can check the status of a payment using the transaction ID returned from the pay function: ```typescript -import { getPaymentStatus } from '@base/account-sdk'; +import { getPaymentStatus } from '@base-org/account'; // Check payment status const status = await getPaymentStatus({