Skip to content

Commit

Permalink
small typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Feb 12, 2022
1 parent 8819145 commit 8580a08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -45,7 +45,7 @@ You can find all examples listed here in the `example` folder as well.
## ECSS PUS Packets

This examples shows how to generate PUS packets using the PUS ping telecommand and a PUS
ping telemetry reply.
ping telemetry reply:

```py
from spacepackets.ecss.tc import PusTelecommand
Expand Down Expand Up @@ -77,7 +77,7 @@ if __name__ == "__main__":

## CCSDS Space Packet

This example shows how to generate a space packet header
This example shows how to generate a space packet header:

```py
from spacepackets.ccsds.spacepacket import SpacePacketHeader, PacketTypes
Expand All @@ -104,7 +104,7 @@ if __name__ == "__main__":
## USLP Frames

This example shows how to generate a simple variable length USLP frame containing a simple
space packet
space packet:

```py
from spacepackets.uslp.header import (
Expand Down

0 comments on commit 8580a08

Please sign in to comment.