Skip to content

Commit dc5058d

Browse files
committed
Update README
1 parent 2eee2c6 commit dc5058d

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -358,29 +358,29 @@ DifferenceKit was developed with reference to the following excellent materials.
358358

359359
- [A technique for isolating differences between files](https://dl.acm.org/citation.cfm?id=359467) by [Paul Heckel](https://dl.acm.org/author_page.cfm?id=81100051772)
360360
- [DifferenceAlgorithmComparison](https://github.com/horita-yuya/DifferenceAlgorithmComparison) by [@horita-yuya](https://github.com/horita-yuya)
361-
- [RxDataSources](https://github.com/RxSwiftCommunity/RxDataSources) by [@kzaher](https://github.com/kzaher), [RxSwiftCommunity](https://github.com/RxSwiftCommunity)
361+
- [RxDataSources](https://github.com/RxSwiftCommunity/RxDataSources) by [@kzaher](https://github.com/kzaher), [RxSwift Community](https://github.com/RxSwiftCommunity)
362362

363363
#### OSS using DifferenceKit
364364
The list of the awesome OSS which uses this library.
365365
They also help to understanding how to use DifferenceKit.
366366

367367
- [Rocket.Chat.iOS](https://github.com/RocketChat/Rocket.Chat.iOS) by [RocketChat](https://github.com/RocketChat)
368-
- [wire-ios](https://github.com/wireapp/wire-ios) by [wireapp](https://github.com/wireapp)
369-
- [ReactiveLists](https://github.com/plangrid/ReactiveLists) by [plangrid](https://github.com/plangrid)
370-
- [ReduxMovieDB](https://github.com/cardoso/ReduxMovieDB) by [cardoso](https://github.com/cardoso)
371-
- [TetrisDiffingCompetition](https://github.com/skagedal/TetrisDiffingCompetition) by [skagedal](https://github.com/skagedal)
368+
- [wire-ios](https://github.com/wireapp/wire-ios) by [Wire Swiss GmbH](https://github.com/wireapp)
369+
- [ReactiveLists](https://github.com/plangrid/ReactiveLists) by [PlanGrid](https://github.com/plangrid)
370+
- [ReduxMovieDB](https://github.com/cardoso/ReduxMovieDB) by [@cardoso](https://github.com/cardoso)
371+
- [TetrisDiffingCompetition](https://github.com/skagedal/TetrisDiffingCompetition) by [@skagedal](https://github.com/skagedal)
372372

373373
#### Other diffing libraries
374374
I respect and ️❤️ all libraries involved in diffing.
375375

376376
- [IGListKit](https://github.com/Instagram/IGListKit) by [Instagram](https://github.com/Instagram)
377-
- [FlexibleDiff](https://github.com/RACCommunity/FlexibleDiff) by [andersio](https://github.com/andersio), [RACCommunity](https://github.com/RACCommunity)
378-
- [DeepDiff](https://github.com/onmyway133/DeepDiff) by [onmyway133](https://github.com/onmyway133)
379-
- [Changeset](https://github.com/osteslag/Changeset) by [osteslag](https://github.com/osteslag)
380-
- [Differ](https://github.com/tonyarnold/Differ) by [tonyarnold](https://github.com/tonyarnold)
381-
- [Diff.swift](https://github.com/wokalski/Diff.swift) by [wokalski](https://github.com/wokalski)
382-
- [Dwifft](https://github.com/jflinter/Dwifft) by [jflinter](https://github.com/jflinter)
383-
- [ListDiff](https://github.com/lxcid/ListDiff) by [lxcid](https://github.com/lxcid)
377+
- [FlexibleDiff](https://github.com/RACCommunity/FlexibleDiff) by [@andersio](https://github.com/andersio), [RACCommunity](https://github.com/RACCommunity)
378+
- [DeepDiff](https://github.com/onmyway133/DeepDiff) by [@onmyway133](https://github.com/onmyway133)
379+
- [Changeset](https://github.com/osteslag/Changeset) by [@osteslag](https://github.com/osteslag)
380+
- [Differ](https://github.com/tonyarnold/Differ) by [@tonyarnold](https://github.com/tonyarnold)
381+
- [Diff.swift](https://github.com/wokalski/Diff.swift) by [@wokalski](https://github.com/wokalski)
382+
- [Dwifft](https://github.com/jflinter/Dwifft) by [@jflinter](https://github.com/jflinter)
383+
- [ListDiff](https://github.com/lxcid/ListDiff) by [@lxcid](https://github.com/lxcid)
384384

385385
---
386386

docs/index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ <h4 id='bibliography' class='heading'>Bibliography</h4>
691691
<ul>
692692
<li><a href="https://dl.acm.org/citation.cfm?id=359467">A technique for isolating differences between files</a> by <a href="https://dl.acm.org/author_page.cfm?id=81100051772">Paul Heckel</a></li>
693693
<li><a href="https://github.com/horita-yuya/DifferenceAlgorithmComparison">DifferenceAlgorithmComparison</a> by <a href="https://github.com/horita-yuya">@horita-yuya</a></li>
694-
<li><a href="https://github.com/RxSwiftCommunity/RxDataSources">RxDataSources</a> by <a href="https://github.com/kzaher">@kzaher</a>, <a href="https://github.com/RxSwiftCommunity">RxSwiftCommunity</a></li>
694+
<li><a href="https://github.com/RxSwiftCommunity/RxDataSources">RxDataSources</a> by <a href="https://github.com/kzaher">@kzaher</a>, <a href="https://github.com/RxSwiftCommunity">RxSwift Community</a></li>
695695
</ul>
696696
<h4 id='oss-using-differencekit' class='heading'>OSS using DifferenceKit</h4>
697697

@@ -700,24 +700,24 @@ <h4 id='oss-using-differencekit' class='heading'>OSS using DifferenceKit</h4>
700700

701701
<ul>
702702
<li><a href="https://github.com/RocketChat/Rocket.Chat.iOS">Rocket.Chat.iOS</a> by <a href="https://github.com/RocketChat">RocketChat</a></li>
703-
<li><a href="https://github.com/wireapp/wire-ios">wire-ios</a> by <a href="https://github.com/wireapp">wireapp</a></li>
704-
<li><a href="https://github.com/plangrid/ReactiveLists">ReactiveLists</a> by <a href="https://github.com/plangrid">plangrid</a></li>
705-
<li><a href="https://github.com/cardoso/ReduxMovieDB">ReduxMovieDB</a> by <a href="https://github.com/cardoso">cardoso</a></li>
706-
<li><a href="https://github.com/skagedal/TetrisDiffingCompetition">TetrisDiffingCompetition</a> by <a href="https://github.com/skagedal">skagedal</a></li>
703+
<li><a href="https://github.com/wireapp/wire-ios">wire-ios</a> by <a href="https://github.com/wireapp">Wire Swiss GmbH</a></li>
704+
<li><a href="https://github.com/plangrid/ReactiveLists">ReactiveLists</a> by <a href="https://github.com/plangrid">PlanGrid</a></li>
705+
<li><a href="https://github.com/cardoso/ReduxMovieDB">ReduxMovieDB</a> by <a href="https://github.com/cardoso">@cardoso</a></li>
706+
<li><a href="https://github.com/skagedal/TetrisDiffingCompetition">TetrisDiffingCompetition</a> by <a href="https://github.com/skagedal">@skagedal</a></li>
707707
</ul>
708708
<h4 id='other-diffing-libraries' class='heading'>Other diffing libraries</h4>
709709

710710
<p>I respect and ️❤️ all libraries involved in diffing. </p>
711711

712712
<ul>
713713
<li><a href="https://github.com/Instagram/IGListKit">IGListKit</a> by <a href="https://github.com/Instagram">Instagram</a></li>
714-
<li><a href="https://github.com/RACCommunity/FlexibleDiff">FlexibleDiff</a> by <a href="https://github.com/andersio">andersio</a>, <a href="https://github.com/RACCommunity">RACCommunity</a></li>
715-
<li><a href="https://github.com/onmyway133/DeepDiff">DeepDiff</a> by <a href="https://github.com/onmyway133">onmyway133</a></li>
716-
<li><a href="https://github.com/osteslag/Changeset">Changeset</a> by <a href="https://github.com/osteslag">osteslag</a></li>
717-
<li><a href="https://github.com/tonyarnold/Differ">Differ</a> by <a href="https://github.com/tonyarnold">tonyarnold</a></li>
718-
<li><a href="https://github.com/wokalski/Diff.swift">Diff.swift</a> by <a href="https://github.com/wokalski">wokalski</a></li>
719-
<li><a href="https://github.com/jflinter/Dwifft">Dwifft</a> by <a href="https://github.com/jflinter">jflinter</a></li>
720-
<li><a href="https://github.com/lxcid/ListDiff">ListDiff</a> by <a href="https://github.com/lxcid">lxcid</a></li>
714+
<li><a href="https://github.com/RACCommunity/FlexibleDiff">FlexibleDiff</a> by <a href="https://github.com/andersio">@andersio</a>, <a href="https://github.com/RACCommunity">RACCommunity</a></li>
715+
<li><a href="https://github.com/onmyway133/DeepDiff">DeepDiff</a> by <a href="https://github.com/onmyway133">@onmyway133</a></li>
716+
<li><a href="https://github.com/osteslag/Changeset">Changeset</a> by <a href="https://github.com/osteslag">@osteslag</a></li>
717+
<li><a href="https://github.com/tonyarnold/Differ">Differ</a> by <a href="https://github.com/tonyarnold">@tonyarnold</a></li>
718+
<li><a href="https://github.com/wokalski/Diff.swift">Diff.swift</a> by <a href="https://github.com/wokalski">@wokalski</a></li>
719+
<li><a href="https://github.com/jflinter/Dwifft">Dwifft</a> by <a href="https://github.com/jflinter">@jflinter</a></li>
720+
<li><a href="https://github.com/lxcid/ListDiff">ListDiff</a> by <a href="https://github.com/lxcid">@lxcid</a></li>
721721
</ul>
722722

723723
<hr>

0 commit comments

Comments
 (0)