diff --git a/README.md b/README.md index 6af7bf3..42cb1b3 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ dtl::Diff d(A, B); d.compose(); d.composeUnifiedHunks() string s1(A); -string s2 = d.UniPatch(s1); +string s2 = d.uniPatch(s1); ``` When the above code is run, s2 becomes "abd".