Skip to content

Commit b7c9250

Browse files
committed
Update documentation
1 parent 9165241 commit b7c9250

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
@@ -85,7 +85,7 @@ Command details varibales
8585
| name | `string` | The text to be displayed for this command| Search
8686
| logo | `component` | Component that will be next to command's name |`<SearchOutlinedIcon/>` from Material UI|
8787
| shortcut | `string` | Shortcut text to display next to command name |⌘ S|
88-
| callback | `func` | A function callback text to be displayed for this command|function searchCallback(){<br/>console.log("search called")<br/>}|
88+
| callback | `func` | A function callback text to be displayed for this command|function searchCallback() {<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;console.log("search called")<br/>}|
8989

9090
### isOpen
9191
If true, command line modal will be visible.

0 commit comments

Comments
 (0)