Skip to content

Commit 871aa79

Browse files
authored
Update README.rst
1 parent dd392b8 commit 871aa79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,26 +58,26 @@ Introduction
5858

5959
PyDetex is a Python application that transforms LaTeX code into plain text. It has multiple
6060
language support (15+), detects repeated words, offers a dictionary (synonyms, antonyms,
61-
definitions), and many things more to come!
61+
definitions), and many more things to come!
6262

6363
Comprehensive documentation for the latest version (if you plan to use the API)
6464
is available at https://pydetex.readthedocs.io
6565

6666
Install Instructions
6767
--------------------
6868

69-
PyDetex can be installed via pip, for both MacOS, Windows & Linux. Simply run:
69+
PyDetex can be installed via pip for MacOS, Windows & Linux. Simply run:
7070

7171
.. code-block:: bash
7272
7373
$> python3 pip install pydetex -U
7474
75-
Also, there're compiled binaries for Windows (x64) and macOS available through GitHub releases.
75+
Also, compiled binaries for Windows (x64) and macOS are available through GitHub releases.
7676

77-
Launch the GUI, or use the library
77+
Launch the GUI or use the library.
7878
----------------------------------
7979

80-
Simply run this command anywhere to execute the application.
80+
Run this command anywhere to execute the application.
8181

8282
.. code-block:: bash
8383
@@ -102,7 +102,7 @@ Simply run this command anywhere to execute the application.
102102

103103
Multiple options to configure: Check repeated words, highlight undetected code, or use different pipelines.
104104

105-
You can also import the library, and use the parsers (methods that take latex code
105+
You can also import the library and use the parsers (methods that take latex code
106106
and perform a single task) or the pipelines (a combination of parsers). For more
107107
information, please visit the `documentation <https://pydetex.readthedocs.io>`_.
108108

0 commit comments

Comments
 (0)