1 files changed, 6 insertions(+), 7 deletions(-)

M README.md
M README.md +6 -7
@@ 1,17 1,16 @@ 
 # RISC-V Instruction Reference
 
-An *unofficial* instruction reference oriented towards assembly
-programming.
+An *unofficial* instruction reference for the RISC-V instruction set,
+oriented towards assembly programming.
 
 One of the common nuisances with the [RISC-V instruction set
 manual](https://github.com/riscv/riscv-isa-manual) is the
 structure of the documents: They are written in a very
 prose-y style, which is great for reading them as a learning document,
-but a pain in the butt for actually using it as a *reference* where you
-want to look up the details of various things as you are reading or
-writing assembly code.  So I decided to write a simple reference of my
-own, since it would be useful and maybe not too large a project for one
-person to take on.
+but a pain in the butt for actually using it to look up the details of
+various things as you are reading or writing assembly code.  So I
+decided to write a simple reference of my own, since it would be useful
+and maybe not too large a project for one person to take on.
 
 I got about three instructions in before falling into the Programmer
 Trap of going "I should write at tool to simplify this". But I don't