From 9955480d79d6ad512be20aff286a1bfe7796e3a8 Mon Sep 17 00:00:00 2001 From: 0xAJ Date: Wed, 24 Jul 2024 13:55:26 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: From d9eb168be59e3a2a9aa6f9e1621b534c708f1af2 Mon Sep 17 00:00:00 2001 From: 0xAJ Date: Wed, 24 Jul 2024 13:59:25 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2df4d323..cbc494e3 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ 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](support/test/python/simple_python)) +* 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)) From dcf9ee58c6ba63f2ca3affab7d94a015005e3c14 Mon Sep 17 00:00:00 2001 From: 0xAJ Date: Wed, 24 Jul 2024 14:00:14 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbc494e3..2df4d323 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ 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](support/test/python/simple_python))` +* 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))