Update split sample

This commit is contained in:
Sami Turcotte
2018-12-03 09:30:58 -05:00
parent 63c3681211
commit 48d261d387
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
const mhysa = require("mhysa");
let stream = mhysa.split(",");
const Mhysa = require("mhysa");
const stream = Mhysa.split(",");
const buf = Buffer.from("a,b,c");
stream.on("data", function(data) {
console.log(data);