Skip to content

Commit f28cad6

Browse files
Update README.md
1 parent f9a1203 commit f28cad6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,18 @@ A lightweight Java library for printing directory structures in a clean, tree-li
1616
<img src="https://github.com/ComputerDaddyGuy/JFileTreePrettyPrinter/blob/develop/assets/basic_usage.jpg?raw=true" alt="JFileTreePrettyPrint basic usage"/>
1717
</p>
1818

19-
* [Usage](#usage)
2019
* [Import dependency](#import-dependency)
20+
* [Usage](#usage)
2121
* [Options](#options)
2222
* [Changelog](#changelog)
2323
* [Roadmap](#roadmap)
2424
* [License](#license)
2525
* [Contributing & Contact](#contributing--contact)
2626

27+
# Import dependency
28+
> [!IMPORTANT]
29+
> Soon 😉
30+
2731
# Usage
2832
```java
2933
// Example: BasicUsage.java
@@ -50,10 +54,6 @@ base/
5054
└─ landscape.jpeg
5155
```
5256

53-
# Import dependency
54-
> [!IMPORTANT]
55-
> Soon 😉
56-
5757
# Options
5858

5959
* [Tree format](#tree-format)

0 commit comments

Comments
 (0)