Skip to content

Commit 860b53e

Browse files
Fix readme
1 parent 733a6ad commit 860b53e

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,17 @@ A lightweight Java library for printing directory structures in a clean, tree-li
99
- Limit displayed children statically or dynamically
1010
- Compact directory chains
1111

12-
**ℹ️ Was developed just for fun, has not been thoroughly tested! May not be suitable for production code 😊**
12+
> **ℹ️ Was developed just for fun, has not been thoroughly tested! May not be suitable for production code 😊**
1313
14+
* [Usage](#usage)
15+
* [Import dependency](#import-dependency)
16+
* [Options](#options)
17+
* [Changelog](#changelog)
18+
* [Roadmap](#roadmap)
19+
* [License](#license)
20+
* [Contributing & Contact](#contributing--contact)
21+
22+
# Usage
1423
```java
1524
// Example: BasicUsage.java
1625
var printer = FileTreePrettyPrinter.createDefault();
@@ -36,16 +45,6 @@ base/
3645
└─ landscape.jpeg
3746
```
3847

39-
40-
* [Usage](#usage)
41-
* [Import dependency](#import-dependency)
42-
* [Options](#options)
43-
* [Changelog](#changelog)
44-
* [Roadmap](#roadmap)
45-
* [License](#license)
46-
* [Contributing & Contact](#contributing--contact)
47-
48-
4948
# Import dependency
5049
For Maven, import this dependency to your `pom.xml`:
5150

0 commit comments

Comments
 (0)