Skip to content

Commit c561887

Browse files
committed
README upd
1 parent 4179ffc commit c561887

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ You can see information about devices such as:
6565
## Developer information
6666
**Integrate the library in own application**
6767
1. Add the [OpenHardwareMonitorLib](https://www.nuget.org/packages/OpenHardwareMonitorLib/) NuGet package to your application.
68-
2. Use the sample code below.
68+
2. Use the sample code below or the test console application from [here](https://github.com/sergiye/openhardwaremonitor/tree/dev/OpenHardwareMonitor/LibTest)
6969

7070

7171
**Sample code**
@@ -94,7 +94,7 @@ public void Monitor() {
9494
IsStorageEnabled = true
9595
};
9696

97-
computer.Open();
97+
computer.Open(false);
9898
computer.Accept(new UpdateVisitor());
9999

100100
foreach (IHardware hardware in computer.Hardware) {

0 commit comments

Comments
 (0)