diff --git a/README.md b/README.md index 5456f4a..77ad32f 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ Write a cloud file Read a cloud file ```csharp - var fileContents = SteamRemoteStorage.ReadFile( "file.txt" ); + var fileContents = SteamRemoteStorage.FileRead( "file.txt" ); ``` List all files