Minor english fixes

This commit is contained in:
Andrew Dutcher 2016-10-21 03:39:22 -07:00
parent 06b26efbf4
commit 73f92384ee

View File

@ -1,6 +1,6 @@
0. This documentation explains how to install Python binding for Capstone
from source. If you want to install it from PyPi package (recommended if you
are on Window), see README.txt.
0. This documentation explains how to install the Python bindings for Capstone
from source. If you want to install it from a PyPi package (recommended if
you are on Windows), see README.txt.
1. To install capstone and the python bindings on *nix, run the command below:
@ -51,7 +51,7 @@
Which should at least print version 0.19
4. This directory contains some test code to show how to use Capstone API.
4. This directory contains some test code to show how to use the Capstone API.
- test_basic.py
This code shows the most simple form of API where we only want to get basic