Skip to content
This repository was archived by the owner on Aug 2, 2020. It is now read-only.

Commit

Permalink
Tiny fix for api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Rami-Sabbagh committed May 16, 2018
1 parent f928cc6 commit 68907b0
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 @@ -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.]]
```

0 comments on commit 68907b0

Please # to comment.