Skip to content

Commit 03c802e

Browse files
authored
Update README.rst (#265)
1 parent 2880de0 commit 03c802e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Here it goes a little example:
3636
Installation
3737
------------
3838

39-
The easiest way of installing YARA is by using ``pip``:
39+
The easiest way to install YARA is by using ``pip``:
4040

4141
.. code-block:: bash
4242
@@ -55,7 +55,7 @@ Notice the ``--recursive`` option used with ``git``. This is important because
5555
we need to download the ``yara`` subproject containing the source code for
5656
``libyara`` (the core YARA library). It's also important to note that the two
5757
methods above link ``libyara`` statically into yara-python. If you want to link
58-
dynamically against a shared ``libyara`` library use:
58+
dynamically against a shared ``libyara`` library, use:
5959

6060
.. code-block:: bash
6161

0 commit comments

Comments
 (0)