Skip to content

Commit 38076c2

Browse files
committed
Use the overload in README
1 parent 326e6ea commit 38076c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ be used for this purpose.
126126

127127
```java
128128
Reader reader = new Reader(file);
129-
Networks networks = reader.networks(false, Map.class);
129+
Networks networks = reader.networks(Map.class);
130130

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

0 commit comments

Comments
 (0)