Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiyerra committed Jun 27, 2013
1 parent 846dd2f commit e74e638
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
rrdiff - Ruby bindings to librsync/rdiff.
# rrdiff - Ruby bindings to librsync/rdiff.

Lets say you have two files oldfile and newfile where newfile
is a modified version of oldfile. We want to be able to apply
Expand Down Expand Up @@ -29,4 +29,4 @@ It will return Tempfiles.

RRDiff::File.diff(oldfile, newfile) #=> <File>

RRDiff::File.patch(oldfile, deltafile) #=> <File>
RRDiff::File.patch(oldfile, deltafile) #=> <File>

0 comments on commit e74e638

Please sign in to comment.