Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added Await keyword to example text.
  • Loading branch information
vector-man authored Jun 12, 2023
1 parent 28c6e81 commit 9cc225a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ObjectivePaths is a wrapper for .NET filesystem operations. ObjectivePaths attem

// File Copying:
var newFile = directory.GetFile("newNonExistingFile.txt");
fileTwoLevelsDown.CopyToAsync(newFile, overwrite: false, CancellationToken.None);
await fileTwoLevelsDown.CopyToAsync(newFile, overwrite: false, CancellationToken.None);

Contributors: please review LICENSE.txt before using the library or submitting a contribution. All Subissions must be released under the MIT License (https://opensource.org/license/mit/) in order to be compatible with the project's dual-license model.

Expand Down

0 comments on commit 9cc225a

Please sign in to comment.