From c2ddda02870a51cdcc96839abcad00394b0acbeb Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Wed, 30 Dec 2015 22:54:39 +0100 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16c749903..ddac213eb 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ rewritten from scratch in Scala. It aims at being fast and easy to embed in other contexts. Its very core (`core` module) aims at being extremely pure, and should be approached thinking algebraically. -The `files` module handles caching of the metadata and artifacts themselves, +The `cache` module handles caching of the metadata and artifacts themselves, and is less so pure than the `core` module, in the sense that it happily does IO as a side-effect (although it naturally favors immutability for all that's kept in memory).