We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2880de0 commit 03c802eCopy full SHA for 03c802e
README.rst
@@ -36,7 +36,7 @@ Here it goes a little example:
36
Installation
37
------------
38
39
-The easiest way of installing YARA is by using ``pip``:
+The easiest way to install YARA is by using ``pip``:
40
41
.. code-block:: bash
42
@@ -55,7 +55,7 @@ Notice the ``--recursive`` option used with ``git``. This is important because
55
we need to download the ``yara`` subproject containing the source code for
56
``libyara`` (the core YARA library). It's also important to note that the two
57
methods above link ``libyara`` statically into yara-python. If you want to link
58
-dynamically against a shared ``libyara`` library use:
+dynamically against a shared ``libyara`` library, use:
59
60
61
0 commit comments