From 652b0b05cd5f0c228b004fed958af83673f6f1dc Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Thu, 27 Jun 2013 19:29:26 +0700 Subject: [PATCH] README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4acd64..c43f5e0 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ Nippy v2+ also gives you **dead simple data encryption**. Add a single option to (nippy/thaw {:password [:salted "my-password"]}) ; Decrypt ``` -There's two default forms of encryption on offer: `:salted` and `:cached`. Each of these makes carefully-chosen trade-offs and is suited to one of two common use cases. See the `default-aes128-encryptor` [docstring](http://ptaoussanis.github.io/nippy/taoensso.nippy.encryption.html) for a detailed explanation of why/when you'd want one or the other. +There's two default forms of encryption on offer: `:salted` and `:cached`. Each of these makes carefully-chosen trade-offs and is suited to one of two common use cases. See the `aes128-encryptor` [docstring](http://ptaoussanis.github.io/nippy/taoensso.nippy.encryption.html) for a detailed explanation of why/when you'd want one or the other. ## Performance