File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
5555we 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
5757methods 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
You can’t perform that action at this time.
0 commit comments