Skip to content

Commit c139778

Browse files
committed
More and improved docs
1 parent d06f385 commit c139778

15 files changed

Lines changed: 5307 additions & 219 deletions

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ private static void read(TerminalConnection connection, Readline readline) {
235235
<dependency>
236236
<groupId>org.aesh</groupId>
237237
<artifactId>readline</artifactId>
238-
<version>3.5</version>
238+
<version>2.6</version>
239239
</dependency>
240240
```
241241

@@ -248,7 +248,7 @@ implementation 'org.aesh:aesh:1.7'
248248

249249
**Readline:**
250250
```groovy
251-
implementation 'org.aesh:readline:3.5'
251+
implementation 'org.aesh:readline:2.6'
252252
```
253253

254254
**Extensions (Optional - Ready-made commands):**

0 commit comments

Comments
 (0)