Skip to content

Commit

Permalink
Add syntax highlighting to README
Browse files Browse the repository at this point in the history
  • Loading branch information
coisnepe committed Jul 22, 2020
1 parent 1a60c79 commit 0a32f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pip install ogn-client

### Parse APRS/OGN packet.

```
```python
from ogn.parser import parse
from datetime import datetime

Expand All @@ -32,7 +32,7 @@ beacon = parse("FLRDDDEAD>APRS,qAS,EDER:/114500h5029.86N/00956.98E'342/049/A=005

### Connect to OGN and display all incoming beacons.

```
```python
from ogn.client import AprsClient
from ogn.parser import parse, ParseError

Expand All @@ -55,7 +55,7 @@ except KeyboardInterrupt:

### Connect to telnet console and display all decoded beacons.

```
```python
from ogn.client import TelnetClient
from ogn.parser.telnet_parser import parse

Expand Down

0 comments on commit 0a32f75

Please sign in to comment.