diff --git a/README.md b/README.md index 0be4809a..2df4d323 100644 --- a/README.md +++ b/README.md @@ -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: