diff --git a/README b/README
index f7dc803f37b6d5cf6e39a547f4d8a2f599037196..d23c5733b6c85b7f56bb91a62053703faab410c2 100644
--- a/README
+++ b/README
@@ -1,19 +1,18 @@
 Gtk+ Quick Photo Editor
 ═══════════════════════
 
-
 Gtk+ Quick Photo Editor (GQPE for short) is a small image tag editor.
 
 GQPE only cares for the following tags:
 
-* Xmp.dc.subject
-* Iptc.Application2.Caption
-* Exif.Image.ImageDescription
-* Exif.GPSInfo.GPSLatitude
-* Exif.GPSInfo.GPSLongitude
-* Exif.GPSInfo.GPSLatitudeRef
-* Exif.GPSInfo.GPSLongitudeRef
-* Exif.Image.Orientation
+● Xmp.dc.subject
+● Iptc.Application2.Caption
+● Exif.Image.ImageDescription
+● Exif.GPSInfo.GPSLatitude
+● Exif.GPSInfo.GPSLongitude
+● Exif.GPSInfo.GPSLatitudeRef
+● Exif.GPSInfo.GPSLongitudeRef
+● Exif.Image.Orientation
 
 This program is intended to set those tags as fast as possible. The program
 shows the picture and a map for its geolocation, and allows the user to rotate
@@ -25,17 +24,17 @@ While it can be used with the mouse, that's not the way is intended
 to be used: All the available manipulations are possible using only
 the keyboard:
 
-* [ and ] will rotate the picture to the left and right, respectively.
+● [ and ] will rotate the picture to the left and right, respectively.
 
-* Enter in any text entry (if not empty) or Control-Enter will update the
+● Enter in any text entry (if not empty) or Control-Enter will update the
   relevant tags in the picture and move to the next one. You need to do this (or
   click on the save button) to update the tags in the picture, otherwise all the
   changes are ignored.
 
-* Page Up and Page Down will move to the next or the previous picture,
+● Page Up and Page Down will move to the next or the previous picture,
   respectively, without updating the current one.
 
-* Esc will terminate the program.
+● Esc will terminate the program.
 
 The idea is to select a bunch of pictures in Nautilus, open them with this
 program, and quickly update their information.
@@ -49,11 +48,11 @@ Requirements
 
 You need the following to compile GQPE:
 
-* champlain-0.12
-* clutter-gtk-1.0
-* gexiv2
-* gtk+-3.18
-* gee-0.8
+● champlain-0.12
+● clutter-gtk-1.0
+● gexiv2
+● gtk+-3.18
+● gee-0.8
 
 The program is written in Vala, but you only need Vala if you don't use
 tarballs.