Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 authored Mar 20, 2018
1 parent a814786 commit d47167a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ let changes = diff(old: old, new: new)
```swift
let old = Array("abcd")
let new = Array("adbc")
let changes = diff(old: old, new: new, reduceMove: true)
let changes = diff(old: old, new: new)

// Move "d" from index 3 to index 1
```
Expand Down

0 comments on commit d47167a

Please sign in to comment.