diff --git a/README.md b/README.md index b065523..d606bc4 100644 --- a/README.md +++ b/README.md @@ -328,16 +328,16 @@ can be readily added to the appropriate dictionary. Message payload definitions --- ## Command Line Utility -A command line utility `gnssdump` is available via the `pygnssutils` package. This is capable of reading and parsing NMEA, UBX and RTCM3 data from a variety of input sources (e.g. serial, socket and file) and outputting to a variety of media in a variety of formats. See https://github.com/semuconsulting/pygnssutils for further details. +A command line utility `gnssstreamer` is available via the `pygnssutils` package. This is capable of reading and parsing NMEA, UBX and RTCM3 data from a variety of input sources (e.g. serial, socket and file) and outputting to a variety of media in a variety of formats. See https://github.com/semuconsulting/pygnssutils for further details. To install `pygnssutils`: ``` python3 -m pip install --upgrade pygnssutils ``` -For help with the `gnssdump` utility, type: +For help with the `gnssstreamer` utility, type: ``` -gnssdump -h +gnssstreamer -h ``` ---