Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 848b664

Browse files
committed
docs: update incorrect return value in README
FIX: fixes incorrect return type in docs
1 parent ef9f824 commit 848b664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ Reader takes an array of feeds. Feeds should be produced with an asset-pipe sink
8282

8383
Example
8484
```js
85-
cssReader([feed, ...feeds])
85+
const bundle = await cssReader([feed, ...feeds])
8686
```
8787

88-
Returns: `string`
88+
Returns: `Promise<string>` - A promise that resolves to a bundle string.
8989

9090
## Contributing
9191

0 commit comments

Comments
 (0)