README.md in slack-smart-bot-1.3.0 vs README.md in slack-smart-bot-1.3.1
- old
+ new
@@ -282,9 +282,20 @@
>**_Peter>_** `!spanish bank account`
>**_Smart-Bot>_** `ES4664553191352006861448`
`ES4799209592433480943244`
`ES8888795057132445752702`
+In case you want to use a shortcut as a inline shortcut inside a command you can do it by adding a $:
+Example:
+>**_Peter>_** `!add shortcut cust1: 3488823-1233`
+>**_Smart-Bot>_** `shortcut added`
+>**_Peter>_** `!add shortcut cust2: 1111555-6688`
+>**_Smart-Bot>_** `shortcut added`
+>**_Peter>_** `!run tests $cust1`
+>**_Smart-Bot>_** `Running tests for customers 3488823-1233`
+>**_Peter>_** `!run tests $cust1 $cust2`
+>**_Smart-Bot>_** `Running tests for customers 3488823-1233 1111555-6688`
+
To see available shortcuts: **_`see shortcuts`_** and to delete a particular shortcut: **_`delete shortcut NAME`_**
### Routines
To add specific commands to be run automatically every certain amount of time or a specific time: **_`add routine NAME every NUMBER PERIOD COMMAND`_** or **_`add routine NAME at TIME COMMAND`_**