update readme

This commit is contained in:
Randall Schmidt
2021-06-11 13:04:55 -04:00
parent 831440152a
commit 7779114055
6 changed files with 18 additions and 23 deletions

View File

@ -26,4 +26,4 @@ module.exports = class FileSystemCache {
this.keyTimeout.updateTimeout(key, this.ttl, () => this.remove(key));
}
}
}
};