From da23aad94207bb344b2962f99d03416dea0e9a9e Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Tue, 16 Feb 2016 01:03:38 +1100 Subject: [PATCH] updated readme --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5b7ccca32d8f..24c47398fb6a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Python Linting, Debugging (multi threaded, web apps), Intellisense, auto-completion, code formatting, snippets, unit testing, and more. Works on both Windows and Mac. - -##[Documentation](https://github.com/DonJayamanne/pythonVSCode/wiki) ##Features * Linting (PyLint, Pep8, Flake8 with config files and plugins) @@ -16,8 +14,9 @@ Works on both Windows and Mac. * Sorting imports * Snippets -## Issues and Feature Requests -[Issues & Features](https://github.com/DonJayamanne/pythonVSCode/issues) +##[Wiki](https://github.com/DonJayamanne/pythonVSCode/wiki) + +##[Issues and Feature Requests](https://github.com/DonJayamanne/pythonVSCode/issues) * Debugging Django applications (in development) * Support of shebang (in development) * Remote Debugging (testing)