Fixes to README.
authorRichard W.M. Jones <rjones@redhat.com>
Fri, 20 Oct 2017 20:07:55 +0000 (21:07 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 20 Oct 2017 20:07:55 +0000 (21:07 +0100)
README

diff --git a/README b/README
index c0b9814..0d5657c 100644 (file)
--- a/README
+++ b/README
@@ -1,13 +1,14 @@
-This repository contains a sources allowing you to build the nbdkit
+This repository contains a specfile allowing you to build the nbdkit
 VDDK plugin as an RPM.
 
 Note that you will need VDDK, downloaded from VMware's website:
 
   https://www.vmware.com/support/developer/vddk/
 
-and unpacked into some directory.  You must edit
-‘nbdkit-plugin-vddk.spec’ and set the ‘vddkdir’ variable point to the
-directory where you unpacked VDDK.
+and unpacked into a directory somewhere.
+
+You must edit ‘nbdkit-plugin-vddk.spec’ and set the ‘vddkdir’ variable
+to point to the directory where you unpacked VDDK.
 
 To build the RPM just type ‘make’.  (If you have missing dependencies
 then make will give an error, so fix the problem and run make again.)