Skip to content

Commit

Permalink
Work around NuGet Markdown bug
Browse files Browse the repository at this point in the history
NuGet was incorrectly picking vb.net for the code block language
  • Loading branch information
matthew-a-thomas committed Sep 14, 2023
1 parent 3b063c0 commit a260759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var status = statusProvider.GetStatus();
Console.WriteLine($"{status}");
```

```
```text
PowerStatus { AcLineStatus = Offline, BatteryFlags = 0, BatteryLifeProportion = 0.47, BatterySaver = False, BatteryTime = 01:53:54, FullTime = }
```

Expand Down Expand Up @@ -54,7 +54,7 @@ using (statusProvider.Subscribe(
}
```

```
```text
Press any key to stop listening to events...
The battery proportion is 0.47
Battery saver is not on
Expand Down

0 comments on commit a260759

Please sign in to comment.