Skip to content

Commit 2fd785b

Browse files
committed
Update readme
1 parent 075c4c9 commit 2fd785b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ go get github.com/peter-evans/patience
105105
## Usage
106106

107107
```go
108-
a := strings.Split(textA, "\n")
109-
b := strings.Split(textB, "\n")
108+
a := strings.Split(textA, "\n")
109+
b := strings.Split(textB, "\n")
110110

111-
diffs := patience.Diff(a, b)
112-
diff := patience.DiffText(diffs)
111+
diffs := patience.Diff(a, b)
112+
diff := patience.DiffText(diffs)
113113
```
114114

115115
## References

0 commit comments

Comments
 (0)