Skip to content

Commit 5607689

Browse files
authored
Remove unnecessay lines in README
1 parent f05fd6b commit 5607689

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22

33
Welcome to **JavaIterables**, the library that brings Python-like `list` and `dict` functionality to Java! Say goodbye to boilerplate code and hello to clean, efficient data manipulation. Whether you're managing collections or building complex data structures, `List` and `Dict` have got your back.
44

5-
---
6-
75
## What Does It Do?
86

97
- **`List`**: Think of it as a Java-powered `list` from Python. Append, remove, sort, reverse, and more—all with ease.
108
- **`Dict`**: A key-value store that feels like Python's `dict`. Add, update, search, and sort your data like a pro.
119

12-
---
13-
1410
## Why Use It?
1511

1612
Because Java deserves to be fun too! With JavaIterables, you can:
@@ -19,8 +15,6 @@ Because Java deserves to be fun too! With JavaIterables, you can:
1915
- Handle collections like a Pythonista.
2016
- Impress your colleagues with clean, readable Java.
2117

22-
---
23-
2418
## Quick Examples
2519

2620
### **Using `List`**
@@ -65,17 +59,13 @@ public class Main {
6559
}
6660
```
6761

68-
---
69-
7062
## Ready-to-Use `.jar`
7163

7264
No need to compile anything! Just grab the precompiled `javaiterables.jar` from the release section and add it to your project:
7365

7466
1. **As a module**: Add `requires javaiterables;` to your `module-info.java`.
7567
2. **Without modules**: Add the `.jar` to your classpath and import the classes directly.
7668

77-
---
78-
7969
## Licence
8070

8171
This library is open-source and available under the MIT License. Feel free to use, modify, and distribute it as needed.

0 commit comments

Comments
 (0)