Skip to content

Commit f755cbd

Browse files
committed
- additions to readme.
Signed-off-by: schlopp96 <[email protected]>
1 parent 3b337ac commit f755cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
1. Download source code from the [PyFiTransfer GitHub repo](https://github.com/schlopp96/PyFiTransfer).
2222

23-
2. Extract contents of the containing `**.zip` file to desired install location.
23+
2. Extract contents of the containing `.zip` file to desired install location.
2424

2525
3. Navigate to directory containing extracted contents, and open said folder within a terminal.
2626

@@ -41,7 +41,7 @@
4141
- In an open python environment, simply import the PyFiTransfer package and run the `main.py` script like so:
4242

4343
```python
44-
import PyFiTransfer
44+
>>> import PyFiTransfer
4545

4646
>>> PyFiTransfer.main()
4747
```

0 commit comments

Comments
 (0)