From a91234920abd8fdc623607c6e575a3f12c192c6f Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Thu, 10 Aug 2017 12:44:20 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3972732..83edb8f 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ true table: 0x001e3f40 ``` -# The bin library **had** all of these features, a lot has been striped use the BinRewrite for info on what stayed! +# The bin library **had** all of these features, a lot has been stripped use the BinRewrite for info on what stayed! Note: Examples of everything in action wll be made eventually...
nil = log(data,name,fmt) -- data is the text that you want to log to a file, the name argument only needs to be called with the first log. It tells where to log to. If name is used again it will change the location of the log file.