Skip to content

Commit

Permalink
Merge pull request #870 from aj-ats/patch-1
Browse files Browse the repository at this point in the history
Eddited MD syntax so there is a clickable link to dir path
  • Loading branch information
mergify[bot] authored Jul 24, 2024
2 parents ee3bd01 + dcf9ee5 commit 5b98bc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,10 @@ The following features are not implemented for Windows:
If you just want to try out vimspector without changing your vim config, there
are example projects for a number of languages in `support/test`, including:

* Python (`support/test/python/simple_python`)
* Go (`support/test/go/hello_world` and `support/test/go/name-starts-with-vowel`)
* Nodejs (`support/test/node/simple`)
* Chrome/Firefox (`support/test/web/`)
* Python ([support/test/python/simple_python](support/test/python/simple_python))
* Go ([support/test/go/hello_world](support/test/go/hello_world) and [support/test/go/name-starts-with-vowel](support/test/go/name-starts-with-vowel))
* Nodejs ([support/test/node/simple](support/test/node/simple))
* Chrome/Firefox ([support/test/web](support/test/web))
* etc.

To test one of these out, cd to the directory and run:
Expand Down

0 comments on commit 5b98bc8

Please sign in to comment.