Commit ead394d8 by Victor M. Alvarez

Fix a few issues in the README file

parent d5ff7c9a
...@@ -7,7 +7,7 @@ data strings. ...@@ -7,7 +7,7 @@ data strings.
Here it goes a little example: Here it goes a little example:
.. code-block:: bash .. code-block:: python
>>> import yara >>> import yara
>>> rule = yara.compile(source='rule foo {strings: $a = "lmn" condition: $a}') >>> rule = yara.compile(source='rule foo {strings: $a = "lmn" condition: $a}')
...@@ -25,8 +25,8 @@ Installation ...@@ -25,8 +25,8 @@ Installation
Before installing yara-python you'll need to install YARA, except if you plan Before installing yara-python you'll need to install YARA, except if you plan
to link YARA statically into yara-python. If you don't have a specific reason to link YARA statically into yara-python. If you don't have a specific reason
for using the static linking method, just install YARA as described in it for using the static linking method, just install YARA as described in the
`documentation <http://yara.readthedocs.org/en/latest/gettingstarted.html#compiling-and-installing-yara`_ `documentation <http://yara.readthedocs.org/en/latest/gettingstarted.html#compiling-and-installing-yara>`_
and then: and then:
.. code-block:: bash .. code-block:: bash
...@@ -36,6 +36,6 @@ and then: ...@@ -36,6 +36,6 @@ and then:
Documentation Documentation
------------- -------------
You can find more information about how to use yara-python at Find more information about how to use yara-python at
http://yara.readthedocs.org/en/latest/yarapython.html. http://yara.readthedocs.org/en/latest/yarapython.html.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment