diff --git a/README.md b/README.md index 7a238fb..be70321 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,7 @@ var client = new PVOutputClient(apiKey: "myPvOutputKey", ownedSystemId: 1); // Request output for today var outputResponse = await client.Output.GetOutputForDateAsync(DateTime.Today); var output = outputResponse.Value; -Console.WriteLine($"Output for date {output.OutputDate.ToShortDateString()}, - {output.EnergyGenerated} Wh generated"); +Console.WriteLine($"Output for date {output.OutputDate.ToShortDateString()}, {output.EnergyGenerated} Wh generated"); ``` diff --git a/docfx/index.md b/docfx/index.md index 7cebeab..b977a5e 100644 --- a/docfx/index.md +++ b/docfx/index.md @@ -19,8 +19,7 @@ var client = new PVOutputClient(apiKey: "myPvOutputKey", ownedSystemId: 1); // Request output for today var outputResponse = await client.Output.GetOutputForDateAsync(DateTime.Today); var output = outputResponse.Value; -Console.WriteLine($"Output for date {output.OutputDate.ToShortDateString()}, - {output.EnergyGenerated} Wh generated"); +Console.WriteLine($"Output for date {output.OutputDate.ToShortDateString()}, {output.EnergyGenerated} Wh generated"); ``` ### Adding data to a system in PVOutput.org