We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44ef66d + 8faf9a1 commit 77e9852Copy full SHA for 77e9852
README.md
@@ -132,7 +132,7 @@ export const sellIx = async (): Promise<void> => {
132
});
133
134
const curvePos = await token.getCurvePosition();
135
- console.log('Current position of the curve: ', curvePos); // Prints the current curve position
+ console.log('Current position of the curve: ', curvePos); // Prints the current curve position.
136
137
// make sure creator has funds
138
const creator = Keypair.fromSecretKey(Uint8Array.from(testWallet));
0 commit comments