Skip to content

Commit a85a08a

Browse files
authored
Update README.md
1 parent 14ba803 commit a85a08a

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
@@ -24,7 +24,7 @@ pip install -r requirements.txt
2424
### CLI
2525

2626
```
27-
./bluebox.py -h
27+
python ./bluebox.py -h
2828
```
2929

3030
Output:
@@ -63,11 +63,11 @@ options:
6363
**Examples**
6464

6565
```
66-
./bluebox.py -i
66+
python ./bluebox.py -i
6767
```
6868

6969
```
70-
./bluebox.py 123456789
70+
python ./bluebox.py 123456789
7171
```
7272

7373
### API

0 commit comments

Comments
 (0)