Skip to content

Commit e1942d8

Browse files
committed
Update Readme
1 parent 47ba260 commit e1942d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Originally built in 2006 to power Google Docs, this library is now available in
2424
### Languages
2525
Although each language port of Diff Match Patch uses the same API, there are some language-specific notes.
2626

27-
* C++
27+
* [C++](https://github.com/google/diff-match-patch/wiki/Language:-Cpp)
2828
* [C#](https://github.com/google/diff-match-patch/wiki/Language:-C%23)
2929
* [Dart](https://github.com/google/diff-match-patch/wiki/Language:-Dart)
3030
* [Java](https://github.com/google/diff-match-patch/wiki/Language:-Java)
3131
* [JavaScript](https://github.com/google/diff-match-patch/wiki/Language:-JavaScript)
3232
* [Lua](https://github.com/google/diff-match-patch/wiki/Language:-Lua)
33-
* Objective-C
33+
* [Objective-C](https://github.com/google/diff-match-patch/wiki/Language:-Objective-C)
3434
* [Python](https://github.com/google/diff-match-patch/wiki/Language:-Python)
3535

3636
A standardized speed test tracks the [relative performance of diffs](https://docs.google.com/spreadsheets/d/1zpZccuBpjMZTvL1nGDMKJc7rWL_m_drF4XKOJvB27Kc/edit#gid=0) in each language.

0 commit comments

Comments
 (0)