Skip to content

Commit 39f6fce

Browse files
author
yfauser
committed
corrected error in readme
1 parent 3107425 commit 39f6fce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sudo pip install maxwindownotify
2222
You can use the CLI help function to get the details on how to start the daemon, and what options are available:
2323

2424
```bash
25-
$ python maxwindownotify.py --help
25+
$ maxwindownotify --help
2626
usage: maxwindownotify.py [-h] [-i INTERVAL] [-n NETWORK] [-c CITY]
2727
[-t THRESHOLD] -k OWMAPPID [-s] [-u USER] [-p TOKEN]
2828
[-v]
@@ -60,5 +60,5 @@ line, and specified on the commandline like 'maxwindownotify.py @params.conf'.
6060

6161
Example:
6262
```bash
63-
python maxwindownotify.py -k 82k4v1b99s41212e5bf5490432bb89f4 -u abcCKnM9uYhjng3kLV6czGFUsmZ76D -p ahxYZcjhXT6P5zDt265LGyuLVaDQNx -i 15 -c Berlin -t 8
63+
maxwindownotify -k 82k4v1b99s41212e5bf5490432bb89f4 -u abcCKnM9uYhjng3kLV6czGFUsmZ76D -p ahxYZcjhXT6P5zDt265LGyuLVaDQNx -i 15 -c Berlin -t 8
6464
```

readme.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ daemon, and what options are available:
3333

3434
.. code:: bash
3535
36-
$ python maxwindownotify.py --help
36+
$ maxwindownotify --help
3737
usage: maxwindownotify.py [-h] [-i INTERVAL] [-n NETWORK] [-c CITY]
3838
[-t THRESHOLD] -k OWMAPPID [-s] [-u USER] [-p TOKEN]
3939
[-v]
@@ -72,4 +72,4 @@ Example:
7272

7373
.. code:: bash
7474
75-
python maxwindownotify.py -k 82k4v1b99s41212e5bf5490432bb89f4 -u abcCKnM9uYhjng3kLV6czGFUsmZ76D -p ahxYZcjhXT6P5zDt265LGyuLVaDQNx -i 15 -c Berlin -t 8
75+
maxwindownotify -k 82k4v1b99s41212e5bf5490432bb89f4 -u abcCKnM9uYhjng3kLV6czGFUsmZ76D -p ahxYZcjhXT6P5zDt265LGyuLVaDQNx -i 15 -c Berlin -t 8

0 commit comments

Comments
 (0)