Skip to content

Commit c38ce97

Browse files
Update README.md
1 parent 37eb6e0 commit c38ce97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To start sending Firebase messages you need a Service Account JSON key file from
4545
Sending messages:
4646

4747
```csharp
48-
var firebaseSettingsJson = await File.ReadAllTextAsync("./link/to/my-project-123345-e12345.json");
48+
var settingsJson = await File.ReadAllTextAsync("./path-to/my-project-123345-e12345.json");
4949
var fcm = new FirebaseSender(firebaseSettingsJson, httpClient);
5050
var result = await fcm.SendAsync(payload);
5151

0 commit comments

Comments
 (0)