Skip to content

Commit 77e9852

Browse files
authored
Merge pull request #49 from gomoonit/feat/release-1.5.0
feat: npm CI release
2 parents 44ef66d + 8faf9a1 commit 77e9852

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)