Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

Commit cc63a7f

Browse files
committed
fix(readme): remove typo and add additional note
1 parent 58adb9c commit cc63a7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ npm install --save-dev cache-loader
2020

2121
<h2 align="center">Usage</h2>
2222

23-
Add this loading in from of other (expensive) loaders to cache the result on disk.
23+
Add this loader in front of other (expensive) loaders to cache the result on disk.
24+
25+
Note that there is an overhead for saving the reading and saving the cache file, so only use this loader to cache expensive loaders.
2426

2527
<h2 align="center">Examples</h2>
2628

0 commit comments

Comments
 (0)