From e1942d826f2b8681f7e5f55424c6f210a547711d Mon Sep 17 00:00:00 2001 From: Neil Fraser Date: Mon, 12 Feb 2018 15:47:10 -0800 Subject: [PATCH] Update Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d00d541..7850f08 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ Originally built in 2006 to power Google Docs, this library is now available in ### Languages Although each language port of Diff Match Patch uses the same API, there are some language-specific notes. -* C++ +* [C++](https://github.com/google/diff-match-patch/wiki/Language:-Cpp) * [C#](https://github.com/google/diff-match-patch/wiki/Language:-C%23) * [Dart](https://github.com/google/diff-match-patch/wiki/Language:-Dart) * [Java](https://github.com/google/diff-match-patch/wiki/Language:-Java) * [JavaScript](https://github.com/google/diff-match-patch/wiki/Language:-JavaScript) * [Lua](https://github.com/google/diff-match-patch/wiki/Language:-Lua) -* Objective-C +* [Objective-C](https://github.com/google/diff-match-patch/wiki/Language:-Objective-C) * [Python](https://github.com/google/diff-match-patch/wiki/Language:-Python) 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.