From 370fc23d1a95128ebfa41ea514db53c0e32a1bf1 Mon Sep 17 00:00:00 2001 From: John Chapin Date: Fri, 27 Sep 2013 22:32:40 +0800 Subject: [PATCH] Fix typo in custom types example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ebeae5..30ca0d4 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ There's two default forms of encryption on offer: `:salted` and `:cached`. Each (defrecord MyType [data]) (nippy/extend-freeze MyType 1 ; A unique type id ∈[1, 128] - [x data-output-steam] + [x data-output-stream] (.writeUTF data-output-stream (:data x))) (nippy/extend-thaw 1 ; Same type id