From 71907df4faac3a8bfeb233da8a8788ae32dbcd18 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Thu, 19 May 2016 09:16:58 -0400 Subject: [PATCH] add link to catbox in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b2be3bc..a14f1b5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ catbox-memory ============= -Memory adapter for catbox +Memory adapter for [catbox](https://github.com/hapijs/catbox). Lead Maintainer - [Colin Ihrig](https://github.com/cjihrig) @@ -15,6 +15,6 @@ Current version: [![Current Version](https://img.shields.io/npm/v/catbox-memory. not be relied on. Defaults to `104857600` (100MB). - `allowMixedContent` - by default, all data is cached as JSON strings, and converted to an object using `JSON.parse()` on retrieval. By setting this option to `true`, - `Buffer` data can be stored alongside the stringified data. `Buffer`s are not + `Buffer` data can be stored alongside the stringified data. `Buffer`s are not stringified, and are copied before storage to prevent the value from changing while - in the cache. Defaults to `false`. \ No newline at end of file + in the cache. Defaults to `false`.