Skip to content

Commit

Permalink
Fixes <kbd> nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Makeig committed Apr 19, 2020
1 parent 19b24c7 commit 1c73444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Install this tool using the VS Code built-in [marketplace](https://marketplace.v

### Configuration

The MarkLogic extension exposes several configuration options from the standard VS Code `settings.json` file (<kbd>Cmd<kbd>-<kbd>,<kbd>),
The MarkLogic extension exposes several configuration options from the standard VS Code `settings.json` file (<kbd>Cmd</kbd>-<kbd>,</kbd>),

```json
{
Expand All @@ -40,7 +40,7 @@ and works even if the server is running basic authentication.
To evaluate JavaScript

1. Type a valid JavaScript query in the editor.
2. Open the command palette (<kbd>[Shift]</kbd>+<kbd>[Cmd]</kbd>+<kbd>[P]</kbd>)
2. Open the command palette (<kbd>Shift</kbd>+<kbd>Cmd</kbd>+<kbd>P</kbd>)
3. Select `MarkLogic: Eval JS`

Query results will open in a new document in the current workspace.
Expand Down

0 comments on commit 1c73444

Please sign in to comment.