Skip to content

Commit

Permalink
Fix typo in CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: George <Shaptic@users.noreply.github.com>
  • Loading branch information
chadoh and Shaptic committed May 14, 2024
1 parent c43259b commit 1232419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A breaking change will get clearly marked in this log.

```diff
- import { ContractClient } from '@stellar/stellar-sdk/lib/contract_client'
- import { ContractClient } from '@stellar/stellar-sdk'
+ import { ContractClient } from '@stellar/stellar-sdk'
```

Note that this top-level export is now a container for all ContractClient-related functionality. The ContractClient class is now available at `ContractClient.Client`.
Expand Down

0 comments on commit 1232419

Please sign in to comment.