Skip to content

[Fix] Fixed Issue #68, Updated incorrect Readme in writing bytes to file - #69

Open
paradooxx wants to merge 1 commit into
TeamSirenix:masterfrom
paradooxx:patch-1
Open

[Fix] Fixed Issue #68, Updated incorrect Readme in writing bytes to file#69
paradooxx wants to merge 1 commit into
TeamSirenix:masterfrom
paradooxx:patch-1

Conversation

@paradooxx

Copy link
Copy Markdown

changed
File.WriteAllBytes(bytes, filePath);
to
File.WriteAllBytes(filePath, bytes);
in Readme

changed
File.WriteAllBytes(bytes, filePath);
to
File.WriteAllBytes(filePath, bytes);
in Readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant