Merge pull request #527 from mlajtos/patch-1

ReadFile -> FileRead
This commit is contained in:
Garry Newman 2021-04-08 16:13:22 +01:00 committed by GitHub
commit da34905e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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