diff --git a/README.md b/README.md
index 4136a72..ea69b8f 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ _Translations: [español](README.es.md)_
* [Features](#features)
* [Contributing](#contributing)
* [API](#api)
- * [Usando el API en español](#localized-api)
+ * [Using localized APIs](#localized-api)
* Reading
* [`ls`](#ls)
* [`ls.stream`](#ls-stream)
@@ -109,7 +109,7 @@ Happy hacking!
### API
-#### Usando el API in English
+#### Using localized APIs
cacache includes a complete API in English, with the same features as other
translations. To use the English API as documented in this README, use
@@ -120,6 +120,10 @@ cacache also supports other languages! You can find the list of currently
supported ones my looking in `./locales` in the source directory. You can use
the API in that language with `require('cacache/')`.
+Want to add support for a new language? Please go ahead! You should be able to
+copy `./locales/en.js` and `./locales/en.json` and fill them in. Translating the
+`README.md` is a bit more work, but also appreciated if you get around to it. 👍🏼
+
#### `> cacache.ls(cache) -> Promise