[#1209] reorder section in JLine2 README

This commit is contained in:
Remko Popma
2020-10-13 10:43:22 +09:00
parent 4af2c4a2f4
commit ae3ba63378

View File

@@ -31,9 +31,7 @@ The picocli user manual is [here](https://picocli.info), and the GitHub project
`PicocliJLineCompleter` is a small component that generates completion candidates to allow users to
get command line TAB auto-completion for a picocli-based application running in a JLine 2 shell.
## Example
### Maven
## Maven
```xml
<dependency>
@@ -43,6 +41,8 @@ get command line TAB auto-completion for a picocli-based application running in
</dependency>
```
## Example
```java
import java.io.IOException;
import java.io.PrintWriter;