Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavnicksm committed Nov 1, 2024
1 parent 2881493 commit 47a62d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ pip install chonkie
Here's a basic example to get you started:

```python
from chonkie.chunkers import Chunker
from chonkie import TokenChunker

# Initialize the chunker
chunker = Chunker()
chunker = TokenChunker()

# Chunk some text
chunks = chunker.chunk("Your text here")
Expand Down

0 comments on commit 47a62d0

Please sign in to comment.