Skip to content

Commit ee980b3

Browse files
committed
2 parents 240cec3 + 3747d3a commit ee980b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ The code below will work exactly as the one explained in the [key verification t
1717
First, we need to add the namespaces:
1818

1919
```python
20-
from cryptolens.helpers import Helpers
21-
from cryptolens.models import Response, RSAPublicKey
22-
from cryptolens.methods import Key
20+
from licensing.helpers import Helpers
21+
from licensing.models import Response, RSAPublicKey
22+
from licensing.methods import Key
2323
```
2424

2525
Now we can perform the actual key verification:

0 commit comments

Comments
 (0)