diff --git a/README.md b/README.md index e74ffa2..1860bd1 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Nippy is an attempt to provide a drop-in, high-performance alternative to the re * **Reader-fallback** for difficult/future types (including Clojure 1.4+ tagged literals). * **Full test coverage** for every supported type. * [Snappy](http://code.google.com/p/snappy/) **integrated de/compression** for efficient storage and network transfer. - * Enable **high-strength encryption** with a single option. (1.3.0+) + * Enable **high-strength encryption** with a single `:password "my-password"` option. (1.3.0+) ## Getting started @@ -127,4 +127,4 @@ Otherwise reach me (Peter Taoussanis) at [taoensso.com](https://www.taoensso.com ## License -Copyright © 2012, 2013 Peter Taoussanis. Distributed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html), the same as Clojure. \ No newline at end of file +Copyright © 2012, 2013 Peter Taoussanis. Distributed under the [Eclipse Public License](http://www.eclipse.org/legal/epl-v10.html), the same as Clojure.