Skip to content

Commit e222e3e

Browse files
authored
Update README.md
1 parent ecee14e commit e222e3e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Cryptolens Client API for Python
22

3-
This library contains helper methods to verify license keys in Python.
3+
This library contains helper methods to verify license keys in Python.
4+
5+
Python docs can be found here: https://help.cryptolens.io/api/python/
46

57
## Installation
68

@@ -113,4 +115,4 @@ else:
113115
license_key = res[0]
114116
print("Feature 1: " + str(license_key.f1))
115117
print("License expires: " + str(license_key.expires))
116-
```
118+
```

0 commit comments

Comments
 (0)