Skip to content

Commit bf0a618

Browse files
authored
syntax highlighting for python snippets
1 parent 389382e commit bf0a618

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This module ships with all that nescessary library sources and does the system s
2424

2525
## Usage
2626
### pyvicon_datastream
27-
```
27+
```python
2828
import pyvicon_datastream as pv
2929

3030
VICON_TRACKER_IP = "10.0.108.3"
@@ -40,7 +40,7 @@ else:
4040
```
4141

4242
### Tools / ObjectTracker
43-
```
43+
```python
4444
from pyvicon_datastream import tools
4545

4646
VICON_TRACKER_IP = "10.0.108.3"

0 commit comments

Comments
 (0)