Skip to content

Commit 8faf9a1

Browse files
committed
feat: update repo
1 parent 44ef66d commit 8faf9a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export const sellIx = async (): Promise<void> => {
132132
});
133133

134134
const curvePos = await token.getCurvePosition();
135-
console.log('Current position of the curve: ', curvePos); // Prints the current curve position
135+
console.log('Current position of the curve: ', curvePos); // Prints the current curve position.
136136

137137
// make sure creator has funds
138138
const creator = Keypair.fromSecretKey(Uint8Array.from(testWallet));

0 commit comments

Comments
 (0)