Skip to content

Commit 7235b59

Browse files
authored
Update README.md
1 parent 95c7398 commit 7235b59

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ You can enable two kinds of caching with this plugin which are currently both DI
148148
custom:
149149
pythonRequirements:
150150
useDownloadCache: true
151-
useStaticCache: true
151+
useStaticCache: true
152152
```
153153
_Additionally, In future versions of this plugin, both caching features will probably be enabled by default_
154154

@@ -157,10 +157,10 @@ There are two additional options related to caching. You can specify where in y
157157
```yaml
158158
custom:
159159
pythonRequirements:
160-
useStaticCache: true
161-
useDownloadCache: true
162-
cacheLocation: '/home/user/.my_cache_goes_here'
163-
staticCacheMaxVersions: 10
160+
useStaticCache: true
161+
useDownloadCache: true
162+
cacheLocation: '/home/user/.my_cache_goes_here'
163+
staticCacheMaxVersions: 10
164164
165165
```
166166

0 commit comments

Comments
 (0)