Skip to content

Commit

Permalink
chore: fix path in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YamenMerhi committed Jul 12, 2024
1 parent faad180 commit 5471b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ contract MyContract {
Constants related to the **ForceTransfer Singleton** are exported as well.

```javascript
import { FORCE_TRANSFER_SINGLETON_CONFIG } from "@patronumlabs/force-transfer";
import { FORCE_TRANSFER_SINGLETON_CONFIG } from "@patronumlabs/force-transfer/constants.js"

function checkRawTransactionAndDeployer() {
console.log(FORCE_TRANSFER_SINGLETON_CONFIG.rawTx);
Expand Down

0 comments on commit 5471b2c

Please sign in to comment.