summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Schlaeger <chris@linux.com>2020-07-26 19:29:19 +0200
committerChris Schlaeger <chris@linux.com>2020-07-26 19:29:19 +0200
commit7b142c605e1d859cfd63d42bcfbbef6fe9e45460 (patch)
treed9ab7a2fbfe01a6e2c54c70e6375e3c4c7b8c321
parentddf93c9a5d4b061bb16fb6f706e4c235d688b704 (diff)
downloadpostrunner-7b142c605e1d859cfd63d42bcfbbef6fe9e45460.zip
Fix spelling and typos in README.md
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 485be31..8613375 100644
--- a/README.md
+++ b/README.md
@@ -29,16 +29,16 @@ $ gem install postrunner
```
On some Linux distributions using sudo might resolve in permission
-problems as the installed packages are not reable for normal users.
+problems as the installed packages are not readable for normal users.
This typically results in 'cannot load such file' type error messages.
-### Installation as non-priviledged user
+### Installation as non-privileged user
```
gem install --user-install postrunner
```
-This will install postrunner and all dependency packages in your .gem
+This will install PostRunner and all dependency packages in your .gem
directory. You then need to add the binary path to your PATH variable
in your .profile or .bashrc or .whatever file. The path is typically
.gem/ruby/<version>/bin. Watch out, on some Linux distributions the
@@ -53,7 +53,7 @@ typing.
To get started you need to connect your device to your computer and
mount it as a disk drive. Only devices that expose their data as FAT file
system are supported. Older devices use proprietary drivers and are
-not supported by postrunner. Once the device is mounted find out the
+not supported by PostRunner. Once the device is mounted find out the
full path to the directory that contains your FIT files. You can then
import all files on the device.
@@ -152,7 +152,7 @@ $ postrunner show :1
## Contributing
PostRunner is currently work in progress. It does some things I want
-with files from my Garmin FR620. It's certainly possible to do more
+with files from my Garmin devices. It's certainly possible to do more
things and support more devices. Patches are welcome!
1. Fork it ( https://github.com/scrapper/postrunner/fork )