diff --git a/README.md b/README.md index bfc9f33..98beb6b 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ It is recommended that you run `keeping-tabs debug coinmasters` after adding a c To get a full help documentation, you can run `keeping-tabs help`. -After adding your items to the favorite tabs in the game, just run hte command `keeping-tabs` on the command line. By default, it will run the command groups in the order `closet use coinmaster mall autosell display sell kmail fuel collection low` +After adding your items to the favorite tabs in the game, just run hte command `keeping-tabs` on the command line. By default, it will run the command groups in the order `closet use smash coinmaster mall autosell display sell kmail fuel collection low` Once you have gotten the hang of it and are generally comfortable with the actions Keeping Tabs is taking, one commonly used workflow is to add it to a breakfast or logout script, so that you are constantly cycling out the items in your tabs. diff --git a/src/main.ts b/src/main.ts index 5955aa0..bebd5f4 100644 --- a/src/main.ts +++ b/src/main.ts @@ -18,7 +18,7 @@ import { set } from "libram"; const HIGHLIGHT = isDarkMode() ? "yellow" : "blue"; const DEFAULT_ACTIONS = - "closet use coinmaster mall autosell display sell kmail fuel collection low"; + "closet use smash coinmaster mall autosell display sell kmail fuel collection low"; function items(tabId: TabId, type: InventoryType): Item[] { const tab = visitUrl(`${type}.php?which=f${tabId}`);