diff --git a/CHANGELOG.md b/CHANGELOG.md index 8881c94..8ab9175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Version 0.7.1 +Fixes README.md formatting to display correctly on the Visual Studio Marketplace web-site. + +# Version 0.7.1 + Fixes the links to the images in README.md. # Version 0.7.0 diff --git a/README.md b/README.md index 9f62efe..c2a3c5f 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ I'm trying, believe me! ## Quickstart -Make sure [Leiningen](https://leiningen.org/) is installed on your machine, open -a Clojure file or project, wait until the extension, wait until the extension -will start and connect to nREPL and enjoy :-) +Make sure [Leiningen](https://leiningen.org/) is installed on your machine, open a Clojure file or project, wait until the extension, wait until the extension will start and connect to nREPL and enjoy :-) ## Supported Features @@ -33,11 +31,7 @@ will start and connect to nREPL and enjoy :-) ## How to Contribute -Open an [issue](https://github.com/avli/clojureVSCode/issues) if you want to -propose new features and ideas or to report bugs. If you want to help with some -code and looking for a place to start, please check out the -[How to Contribute](https://github.com/avli/clojureVSCode/wiki/Contribution) -wiki page. +Open an [issue](https://github.com/avli/clojureVSCode/issues) if you want to propose new features and ideas or to report bugs. If you want to help with some code and looking for a place to start, please check out the [How to Contribute](https://github.com/avli/clojureVSCode/wiki/Contribution) wiki page. ## Thanks diff --git a/package.json b/package.json index d97ec71..df52114 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "clojure", "displayName": "Clojure", "description": "Clojure nREPL support for Visual Studio Code", - "version": "0.7.1", + "version": "0.7.2", "publisher": "avli", "author": { "name": "Andrey Lisin",