mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-28 07:50:39 +00:00
Minor english fixes
This commit is contained in:
parent
06b26efbf4
commit
73f92384ee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user