Skip to content

Commit 290e413

Browse files
committed
Update README.md
1 parent 86afef0 commit 290e413

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
44
## API
55

6-
### core.load( sourceString , pathFetcher ) => { injectableSource, exportTokens }
6+
### core.load( sourceString , pathFetcher ) =>
7+
### Promise({ injectableSource, exportTokens })
78

89
Processes the input CSS `sourceString`, looking for dependencies such as `@import` or `:import`. When dependencies are found, it will ask the `pathFetcher` for each dependency, resolve & inline any imports, and return the following object:
910

0 commit comments

Comments
 (0)