From 82a9fad219542f657011ee87606b07cfa44a5db4 Mon Sep 17 00:00:00 2001 From: Chinedu Francis Nwafili Date: Fri, 7 Oct 2016 18:17:26 -0400 Subject: [PATCH] Add new line warning to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d4589b1c..37e7366a 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,12 @@ Time: 0 seconds, Memory: 2.50Mb OK (5 tests, 5 assertions) ``` +New Lines in private keys +----- + +If your private key contains `\n` characters, be sure to wrap it in double quotes `""` +and not single quotes `''` in order to properly interpret the escaped characters. + License ------- [3-Clause BSD](http://opensource.org/licenses/BSD-3-Clause).