Skip to content

Commit 7fe771a

Browse files
committed
Update readme
1 parent b7ac850 commit 7fe771a

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@
44

55
I'm trying, believe me!
66

7-
# Supported Features
7+
## Quickstart
8+
9+
Make sure [Leiningen](https://leiningen.org/) is installed on your machine, open
10+
a Clojure file or project, wait until the extension, wait until the extension
11+
will start and connect to nREPL and enjoy :-)
12+
13+
## Supported Features
814

915
* Code completion
1016

@@ -20,31 +26,25 @@ I'm trying, believe me!
2026

2127
![Code completion example](https://github.com/avli/clojureVSCode/blob/master/images/function%20signature%20example.png)
2228

23-
# Features That Are Not Supported (But Nice to Have)
29+
## Features That Are not Supported (But Nice to Have)
2430

2531
* Linting
2632
* [Debug](https://github.com/indiejames/vscode-clojure-debug)
2733

28-
# Quickstart
29-
30-
Make sure [Leiningen](https://leiningen.org/) is installed on your machine, open
31-
a Clojure file or project, wait until the extension, wait until the extension
32-
will start and connect to nREPL and enjoy :-)
33-
34-
# How To Contribute
34+
## How to Contribute
3535

3636
Open an [issue](https://github.com/avli/clojureVSCode/issues) if you want to
3737
propose new features and ideas or to report bugs. If you want to help with some
3838
code and looking for a place to start, please check out the
3939
[How to Contribute](https://github.com/avli/clojureVSCode/wiki/Contribution)
4040
wiki page.
4141

42-
# Thanks
42+
## Thanks
4343

4444
- [Thiago Almeida](https://github.com/fasfsfgs)
4545
- [Mike Ball](https://github.com/mikeball)
4646
- [Egor Yurtaev](https://github.com/yurtaev)
4747

48-
# License
48+
## License
4949

5050
[MIT](https://raw.githubusercontent.com/avli/clojureVSCode/master/LICENSE.txt)

0 commit comments

Comments
 (0)