diff --git a/Quickstart.md b/Quickstart.md index dac039c..5342173 100644 --- a/Quickstart.md +++ b/Quickstart.md @@ -329,7 +329,7 @@ All settlement transaction IDs confirmed. Order execution complete ``` -If you have problems at this stage, for example with Solana transactions timing out because of network problems, there are useful commands to manually fix things: `group-buy-token`, `group-sell-token` and (particularly useful for problems where Serum completes the order but the token doesn't make it to your wallet) `group-settle`. +If you have problems at this stage, for example with Solana transactions timing out because of network problems, there are useful commands to manually fix things: `serum-buy`, `serum-sell` and (particularly useful for problems where Serum completes the order but the token doesn't make it to your wallet) `group-settle`. Now if we check the balances we can see we have roughly a third in each of the three group tokens: ``` diff --git a/bin/group-send-token b/bin/send-token similarity index 100% rename from bin/group-send-token rename to bin/send-token diff --git a/bin/group-buy-token b/bin/serum-buy similarity index 100% rename from bin/group-buy-token rename to bin/serum-buy diff --git a/bin/group-sell-token b/bin/serum-sell similarity index 100% rename from bin/group-sell-token rename to bin/serum-sell