Skip to content

Commit a24f032

Browse files
committed
update readme
1 parent ec23bb3 commit a24f032

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mobdap
22

3-
Experimental implementation of the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/) for [MobDebug](https://github.com/pkulchenko/MobDebug)
3+
[Debug adapter](https://microsoft.github.io/debug-adapter-protocol/) implementation for [Lua](https://lua.org/) / [MobDebug](https://github.com/pkulchenko/MobDebug)
44

55
## How it works
66

@@ -55,7 +55,7 @@ dap.configurations.lua = {
5555
"/home/USERNAME/.luarocks/share/lua/5.1",
5656
},
5757

58-
-- port: (Optional: Defaults to 18172) the port on which the server is running
58+
-- port: (Optional: Defaults to 8172) the port on which the server is running
5959
-- Please configure the same on your client
6060
port = 8172,
6161
},

0 commit comments

Comments
 (0)