Skip to content

Commit 70c69a3

Browse files
committed
Update README
1 parent 52ce182 commit 70c69a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The script requires:
2525

2626
- Python ≥ 3.9
2727
- gettext (for the command `msgfmt`, used to compile PO files)
28-
- the python module `pyenchant` if spelling is checked (with option `-s`).
28+
- the python module `pyenchant` for spell checking (option `-s`).
2929

3030
## Install
3131

@@ -35,10 +35,10 @@ Install a released version from the Python package index with pip:
3535
$ pip install msgcheck
3636
```
3737

38-
Or you can install via source distribution:
38+
Or you can run via source distribution:
3939

4040
```
41-
$ python setup.py install
41+
$ uv run msgcheck
4242
```
4343

4444
## Usage

0 commit comments

Comments
 (0)