Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/account-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<!-- Via unpkg -->
Expand Down
2 changes: 1 addition & 1 deletion packages/account-sdk/src/interface/payment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down