Skip to content

Commit ee42857

Browse files
committed
Small edit to docs
1 parent 6903b45 commit ee42857

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,19 @@
1212
<strong>Warning:</strong> there are a lot of false negative results.
1313
</p>
1414

15-
```python
15+
```
1616
1717
pip install rxclass
1818
19-
# To access API helpers do:
19+
```
20+
21+
```python
22+
23+
# To access API helpers:
2024

2125
from rxclass_api import RxClassHelpers
2226

23-
# To access API wrapper functions directly do:
27+
# To access API wrapper functions directly:
2428
from rxclass_api import RxAPIWrapper
2529

2630
# To start using available helper functions create a helper instance.

0 commit comments

Comments
 (0)