diff --git a/README.md b/README.md index f8170f6..8aa4d97 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ can also add a shortcut like: ```json { "command": "rust_doc", "keys": ["ctrl+r", "ctrl+d"], "context": [ - {"key": "selector", "operator": "eual", "operan": "source.rust"} + {"key": "selector", "operator": "eual", "operand": "source.rust"} ] } ```