Skip to content

Commit 41e22d7

Browse files
committed
Changed README
1 parent 2b9a5c2 commit 41e22d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ A simple java library that allows you to read the contents of a torrent file.
1717
String pieces;
1818
boolean isSingleFile;
1919
boolean isPrivate;
20+
String infoHash;
2021

2122
// Optional fields
2223
List<List<String>> announceList;
@@ -26,4 +27,4 @@ A simple java library that allows you to read the contents of a torrent file.
2627
String comment;
2728
String encoding;
2829
Map<String, Object> azureusProperties;
29-
}
30+
}

0 commit comments

Comments
 (0)