From 68b7cf0b9e69817d4a150dd1b023bf0b41b276e6 Mon Sep 17 00:00:00 2001 From: Flux Xu Date: Sat, 10 Oct 2015 21:10:51 -0400 Subject: [PATCH] Fix a typo: applyPath -> applyPatch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 373baf79..ca00a744 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ or * `JsDiff.parsePatch(diffStr)` - Parses a patch into structured data - Return a JSON object representation of the a patch, suitable for use with the `applyPath` method. This parses to the same structure returned by `JsDiff.structuredPatch`. + Return a JSON object representation of the a patch, suitable for use with the `applyPatch` method. This parses to the same structure returned by `JsDiff.structuredPatch`. * `convertChangesToXML(changes)` - converts a list of changes to a serialized XML format