From b2f32937726408f1929489105e84b20ce72f4fd3 Mon Sep 17 00:00:00 2001 From: Cosmin Stroe Date: Sun, 21 Apr 2024 15:12:34 -0500 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4701fb..432fca8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ svnrdump dump https://svn.code.sf.net/p/barbecue/code > barbecue.dump This will create a file named `barbecue.dump` which follows the SVN dump file format. The SVN dump file format is a "serialized description of the actions required to -(re)build a version history" (see [original docs](https://svn.apache.org/repos/asf/subversion/trunk/notes/dump-load-format.txt). +(re)build a version history" (see [original docs](https://svn.apache.org/repos/asf/subversion/trunk/notes/dump-load-format.txt)). An SVN dump file contains a list of revisions (see [`Revision`](src/main/java/com/github/cstroe/svndumpgui/api/Revision.java)), and each