Merge pull request #67 from watsoncj/patch-1

Fix copy error in docs
This commit is contained in:
Idan Arye 2018-08-22 18:12:15 +03:00 committed by GitHub
commit 97f1c28ee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -312,7 +312,7 @@ The supported extra arguments are:
* "args": Command line arguments for the debugged script
* "version": The version of the debugger to run
NInspect can also be launched with the *VBGstartRDebug* command:
NInspect can also be launched with the *VBGstartNInspect* command:
>
VBGstartNInspect script.js hello world
<