Skip to content

Commit 8becb3b

Browse files
chinedufnbshaffer
authored andcommitted
Add new line warning to README (#115)
1 parent d67523f commit 8becb3b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ Time: 0 seconds, Memory: 2.50Mb
168168
OK (5 tests, 5 assertions)
169169
```
170170

171+
New Lines in private keys
172+
-----
173+
174+
If your private key contains `\n` characters, be sure to wrap it in double quotes `""`
175+
and not single quotes `''` in order to properly interpret the escaped characters.
176+
171177
License
172178
-------
173179
[3-Clause BSD](http://opensource.org/licenses/BSD-3-Clause).

0 commit comments

Comments
 (0)