Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jparkerweb committed Nov 2, 2024
1 parent 4c5a41e commit 1e1ac77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const myChunks = await chunkit(text, chunkitOptions);

## Parameters

`chunkit` accepts a text string and an optional configuration object. Here are the details for each parameter:
`chunkit` accepts an array of document objects and an optional configuration object. Here are the details for each parameter:

- `documents`: array of documents. each document is an object containing `document_name` and `document_text`.
```
Expand Down

0 comments on commit 1e1ac77

Please sign in to comment.