Skip to content

Commit b35ee55

Browse files
committed
Change method name
1 parent cf047fd commit b35ee55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ try cache.setFileProtection(.complete)
286286
It's also possible to update attributes of the disk cache folder:
287287

288288
```swift
289-
try cache.setDirectoryAttributes([FileAttributeKey.immutable: true])
289+
try cache.setDiskCacheDirectoryAttributes([FileAttributeKey.immutable: true])
290290
```
291291

292292
### Cachable protocol

0 commit comments

Comments
 (0)