Skip to content

Commit

Permalink
📝 Fix InstructionBuilder import
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Apr 28, 2024
1 parent cb857cc commit 7511324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const achievement = game.recentAchievementAddress();
## InstructionBuilder

```typescript
import { InstructionBuilder } from "@soar/sdk"
import { InstructionBuilder } from "@magicblock-labs/soar-sdk"
```

Provides a set of methods for conveniently bundling transactions.
Expand Down

0 comments on commit 7511324

Please sign in to comment.