diff --git a/images/dbf.png b/images/dbf.png
index 3f43b25..39560a8 100644
Binary files a/images/dbf.png and b/images/dbf.png differ
diff --git a/index.html b/index.html
index c0fa95b..79f8fb6 100644
--- a/index.html
+++ b/index.html
@@ -38,7 +38,7 @@
There are two files that are unrelated to the shapefile: the PDF file and the HTML file. We can ignore those for now.
There are four other files in the folder: a dbf, a prj, a shp, and a shx.
The three mandatory files are the dbf, the shp, and the shx.
-Open up the dbf file in a text editor.
+Open up the dbf file in a spreadsheet program.
It should look something like this.
The dbf contains the attribute information for the dataset, with different values for each feature.
Now open up the prj file in a text editor.