doc fixes
authorEli Bendersky <eliben@gmail.com>
Sun, 31 Mar 2013 23:57:03 +0000 (16:57 -0700)
committerEli Bendersky <eliben@gmail.com>
Sun, 31 Mar 2013 23:57:03 +0000 (16:57 -0700)
README.rst
elftools/construct/README

index 07bd671cb72a4914b9662c647424b90358cddcc7..264b898458a136f71fcbfbe7d1263eb3423d8e86 100644 (file)
@@ -28,9 +28,9 @@ install from source, as usual::
 
     > python setup.py install
 
-Since **pyelftools** is a work in progress, it's recommended to get the ``tip``
-tag ("trunk") from *Downloads* or just clone the Mercurial repository, to get
-the latest code.
+Since **pyelftools** is a work in progress, it's recommended to have the most
+recent version of the code. This can be done by downloading the ``tip`` tag
+("trunk") from *Downloads* or just cloning the Mercurial repository.
 
 How to use it?
 --------------
index 2c1b79852fb10b1f30635ea4b5bd098eea62c7ad..0d76f7f4dd93ff64302c905b6be547c804bddc1e 100644 (file)
@@ -1,8 +1,7 @@
-'construct' is the actual library, with my modifications for Python 3
-compatibility and various bug fixes.
+construct is a Python library for declarative parsing and building of binary
+data. This is my fork of construct 2, with some modifications for Python 3
+and bug fixes. The construct website is http://construct.readthedocs.org
 
-Taken from my fork: https://github.com/eliben/construct
-
-Take a look at LICENSE for the original license
+LICENSE is the original license.