diff --git a/README.md b/README.md index 72773b9..cb5db7f 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Following tables shows the mapping scheme. # Reading a DBF File To read a DBF file, JavaDBF provides a DBFReader class. -Following IOExceptionis a ready-to-compile, self-explanatory program describing almost all feature of the DBFReader class. +Following is a ready-to-compile, self-explanatory program describing almost all feature of the DBFReader class. Copy/paste this listing and compile it. Keep a .dbf file handy to pass to this program as its argument. ```java