Skip to content

Commit

Permalink
fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
annsts committed Nov 9, 2023
1 parent ce3a368 commit 5bf8e0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ In this function, you can retreive any random pickup line from a specific catego
```
from pyrizz import pyrizz
print(pyrizz.get_random_categoryy_line('romantic'))
print(pyrizz.get_random_categoryy_line('clever'))
print(pyrizz.get_random_categoryy_line('geeky'))
print(pyrizz.get_random_categoryy_line('dev'))
print(pyrizz.get_random_category_line('romantic'))
print(pyrizz.get_random_category_line('clever'))
print(pyrizz.get_random_category_line('geeky'))
print(pyrizz.get_random_category_line('dev'))
```

### get_ai_line(keyword, your_openai_key)
Expand Down

0 comments on commit 5bf8e0f

Please sign in to comment.