Skip to content

Commit

Permalink
Use the overload in README
Browse files Browse the repository at this point in the history
  • Loading branch information
faktas2 committed Nov 14, 2023
1 parent 326e6ea commit 38076c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ be used for this purpose.

```java
Reader reader = new Reader(file);
Networks networks = reader.networks(false, Map.class);
Networks networks = reader.networks(Map.class);

while(networks.hasNext()) {
DatabaseRecord<Map<String, String>> iteration = networks.next();
Expand Down

0 comments on commit 38076c2

Please sign in to comment.