From 68907b04a0b8d8068b625f3fe7c8f17bcfc1a13c Mon Sep 17 00:00:00 2001 From: RamiLego4Game Date: Wed, 16 May 2018 22:29:37 +0300 Subject: [PATCH] Tiny fix for api doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed89e12..d258b8b 100644 --- a/README.md +++ b/README.md @@ -48,12 +48,12 @@ local icodata = lovePE.extractIcon(exeString) local success, newString = lovePE.replaceIcon(exeString,icoString) local success, newString = lovePE.patchIcon(exeString,icoString) -- Arguments: +--[[ Arguments: exeFile -> A LÖVE File object open in read mode and seaked at 0, The source exe file. icoFile -> A LÖVE File object open in read mode and seaked at 0, The new ico file. newFile -> A LÖVE File object open in write mode and seaked at 0, The new patched exe file. exeString -> The source exe data as a string. icoString -> The new ico data as a string. -newString -> The new patched exe data as a string. +newString -> The new patched exe data as a string.]] ``` \ No newline at end of file