diff --git a/README.md b/README.md
index 778c896..2de1279 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# MATLAB Particle Tracker
-
+
This is an application that can be used to track particles with a series of images. It uses algorithms adopted from the [The Matlab Particle Tracking Code Repository](http://site.physics.georgetown.edu/matlab/).
@@ -16,6 +16,6 @@ Now, run `main.m` in MATLAB to get started. It will ask you where the images are
If everything goes well, the program will let you know and ask if you'd like to animate the results. Hopefully, your results look something like this:
-
+
If it fails then you'll have to adjust the parameters in your `config.m` through trial and error. It can be a fairly painful process. Good luck!