Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mentaleak authored Mar 7, 2020
1 parent e619642 commit abf1335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ tracer.log("test1A");
tracer.error("test1B");

var tracerb = new nodeTracer(
true, //TLS
false // debug
true, //Trace Log On
false // Trace Error On
);

tracerb.log("test2A");
Expand Down

0 comments on commit abf1335

Please sign in to comment.