Skip to content

Commit b91e4e3

Browse files
authored
fix(readme.md) lua import path is wrong (#3)
1 parent 17afd65 commit b91e4e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ npm run compile
5050
## Setup
5151

5252
```lua
53-
require("nvim-dap-vscode-js").setup({
53+
require("dap-vscode-js").setup({
5454
-- node_path = "node", -- Path of node executable. Defaults to $NODE_PATH, and then "node"
5555
-- debugger_path = "(runtimedir)/site/pack/packer/opt/vscode-js-debug", -- Path to vscode-js-debug installation.
5656
adapters = { 'pwa-node', 'pwa-chrome', 'pwa-msedge', 'node-terminal', 'pwa-extensionHost' }, -- which adapters to register in nvim-dap

0 commit comments

Comments
 (0)