We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b6771 commit 8fdabccCopy full SHA for 8fdabcc
README.md
@@ -104,7 +104,7 @@ Use `.send(message)` to send a message to the Python script. Attach the `message
104
105
Use `options.mode` to quickly setup how data is sent and received between your Node and Python applications.
106
107
- * use `text` mode for exchanging lines of text
+ * use `text` mode for exchanging lines of text ending with a [newline character](http://hayne.net/MacDev/Notes/unixFAQ.html#endOfLine).
108
* use `json` mode for exchanging JSON fragments
109
* use `binary` mode for anything else (data is sent and received as-is)
110
0 commit comments