Skip to content

Commit db7567e

Browse files
committed
Use a more sleek markdown style
1 parent e2a9c8d commit db7567e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
go-diff
2-
=======
1+
# go-diff
32

43
Go-diff is a Go language port of Neil Fraser's google-diff-match-patch code. His original code is available at:
54

65
http://code.google.com/p/google-diff-match-patch/
76

8-
Current state for this Go library
9-
---------------------------------
7+
## Current state for this Go library
108

119
In order to run the tests:
1210

@@ -16,8 +14,7 @@ In order to run the tests:
1614

1715
go get github.com/sergi/go-diff/diffmatchpatch
1816

19-
Copyright and License
20-
---------------------
17+
## Copyright and License
2118

2219
The original Google Diff, Match and Patch Library is licensed under
2320
the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).

0 commit comments

Comments
 (0)