Skip to content

Commit 4f3ea3e

Browse files
committed
fix: typo in README.md
1 parent 6d94626 commit 4f3ea3e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
This is a pure PHP library that allows you to encode and decode Bencode data, with torrent file parse and vaildate.
1010

11-
This library is fork from [OPSnet/bencode-torrent](https://github.com/OPSnet/bencode-torrent),
12-
with same method like [sandfoxme/bencode](https://github.com/arokettu/bencode), [sandfoxme/torrent-file](https://github.com/arokettu/torrent-file)
11+
This library is forked from [OPSnet/bencode-torrent](https://github.com/OPSnet/bencode-torrent),
12+
with almost same methods like [arokettu/bencode](https://github.com/arokettu/bencode), [arokettu/torrent-file](https://github.com/arokettu/torrent-file)
1313

1414
## Installation
1515

@@ -241,7 +241,7 @@ $fileTree = $torrent->getFileTree(?$sortType = TorrentFile::FILETREE_SORT_NORMAL
241241
$v1ProtocolOnlyTorrent = $hybridTorrent->unhybridized(TorrentFile::PROTOCOL_V1);
242242
$v2ProtocolOnlyTorrent = $hybridTorrent->unhybridized(TorrentFile::PROTOCOL_V2);
243243

244-
// 6. Other method
244+
// 7. Other method
245245
$torrent->cleanCache();
246246

247247
// Note 1: clean,set,unset method are chaining

0 commit comments

Comments
 (0)