Skip to content

Commit 5bf8e0f

Browse files
committed
fix typo in readme
1 parent ce3a368 commit 5bf8e0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ In this function, you can retreive any random pickup line from a specific catego
3434
```
3535
from pyrizz import pyrizz
3636
37-
print(pyrizz.get_random_categoryy_line('romantic'))
38-
print(pyrizz.get_random_categoryy_line('clever'))
39-
print(pyrizz.get_random_categoryy_line('geeky'))
40-
print(pyrizz.get_random_categoryy_line('dev'))
37+
print(pyrizz.get_random_category_line('romantic'))
38+
print(pyrizz.get_random_category_line('clever'))
39+
print(pyrizz.get_random_category_line('geeky'))
40+
print(pyrizz.get_random_category_line('dev'))
4141
```
4242

4343
### get_ai_line(keyword, your_openai_key)

0 commit comments

Comments
 (0)