diff --git a/README.md b/README.md index fafb6f7..559c597 100644 --- a/README.md +++ b/README.md @@ -50,13 +50,13 @@ This AIS sentence is known as a "Position Report" message and is used to transmi - : This field is left blank. This field can contain the sequence number. - **B**: This field indicates the communication channel being used to transmit the message. In this case, the channel is "B". - **15MwkT1P37G?fl0EJbR0OwT0@MS**: This field contains the payload of the message, which is encoded using a variant of ASCII known as "Six-bit ASCII". The payload contains information such as the vessel's identification, position, course, and speed. - 0\*4E: This field is a checksum that is used to verify the integrity of the sentence. +- **0\*4E**: This field is a checksum that is used to verify the integrity of the sentence. -**pyais** is a Python modul to encode and decode AIS messages. +**pyais** is a Python module to encode and decode AIS messages. # Installation -The project is available at Pypi: +The project is available at [PyPI](https://pypi.org/project/pyais/) and can be installed with pip: ```shell $ pip install pyais @@ -267,7 +267,7 @@ Regarding the key value pairs: - **n**: Line count (e.g. `123`) - **r**: Relative time - **s**: Source station (e.g. `APIDSSRC1`) - - **t**: Text (e.g.g `Hello World!`) + - **t**: Text (e.g. `Hello World!`) Some things to keep in mind when working with **tag blocks** and **pyais**: