We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6903b45 commit ee42857Copy full SHA for ee42857
1 file changed
README.md
@@ -12,15 +12,19 @@
12
<strong>Warning:</strong> there are a lot of false negative results.
13
</p>
14
15
-```python
+```
16
17
pip install rxclass
18
19
-# To access API helpers do:
20
+
21
+```python
22
23
+# To access API helpers:
24
25
from rxclass_api import RxClassHelpers
26
-# To access API wrapper functions directly do:
27
+# To access API wrapper functions directly:
28
from rxclass_api import RxAPIWrapper
29
30
# To start using available helper functions create a helper instance.
0 commit comments