Skip to content

Commit 1e85593

Browse files
committed
Update README.md
Fixed a shortcut-error
1 parent d7802d9 commit 1e85593

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
@@ -18,5 +18,5 @@ Now you have two alternatives:
1818
2. The GPX file is now located in the script's folder as out.gpx
1919
* The hard way:
2020
1. Press `Ctrl+U, Ctrl+S` (in firefox and chrome at least) to download the source of the page.
21-
2. Open the command line (`CTRL+R -> cmd -> enter`) and run `python polar_export.py [downloaded file]`. If python is not found (meaning python is not in your environment variables),find python.exe and use the full path, typically (Windows, x86) `"C:\Program Files\Python27\python.exe" [qualified path to script] [qualified path to file]`.
22-
3. The GPX file is now in the folder the downloaded file is in with teh same name (but gpx file extension).
21+
2. Open the command line (`WIN+R -> cmd -> enter`)/terminal and run `python polar_export.py [downloaded file]`. If python is not found (meaning python is not in your environment variables), find python.exe and use the full path, typically (Windows, x86) `"C:\Program Files\Python27\python.exe" [qualified path to script] [qualified path to file]`.
22+
3. The GPX file is now in the folder the downloaded file is in with the same name (but gpx file extension).

0 commit comments

Comments
 (0)