Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Topener committed Oct 22, 2015
1 parent 2ebe542 commit e0fe231
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ require('To.ImageCache').config({

The config can be changed at all times, between different files so support multiple folders, expiration times and file specfic backup properties. You only have to pass what you want to change from now on. No need to pass all config properties

If you want to make a copy of the config, so you can restore it later, use the getter

```js
var config = require('To.ImageCache').config();
```

All available images will be stored in Properties

```js
Expand Down

0 comments on commit e0fe231

Please sign in to comment.