From f567313ea0396ba53bbd709d2d5f303fe09d06b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Lajto=C5=A1?= Date: Mon, 25 Jan 2021 00:00:43 +0100 Subject: [PATCH] ReadFile -> FileRead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30095df..4a37164 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