Skip to content

Commit 4514d3c

Browse files
committed
Corrected mistake in README.md
1 parent 4eadef8 commit 4514d3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Engine is very small and fast.
1212
API for reading is made as iterator, API for writing is made in manner as JDBC statement. It is allows to write compact Java code.
1313

1414
Also, you can look inside your dbf file by invoking it through command line:
15-
java -jar dbfEngine_bin-1.10.jar your.dbf
15+
java -jar dbfEngine_bin-1.11.jar your.dbf
1616

1717
The result of parsing dbf header and content will be saved into text file.
1818

@@ -48,6 +48,7 @@ public class Fp26Reader {
4848
Fp26Reader.testRead();
4949
}
5050
}
51+
5152
public class Fp26Writer {
5253
private static void testWrite() {
5354
DbfAppender dbfAppender = DbfEngine.getWriter("WRT_PERSON.DBF", DbfCodePages.Cp866);

0 commit comments

Comments
 (0)