You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! In README.md we got: MachinInformation info = MachineInformationGatherer.GatherInformation(bool skipClockspeedTest = true);
But it should be: MachineInformation info = MachineInformationGatherer.GatherInformation(bool skipClockspeedTest = true);
The text was updated successfully, but these errors were encountered:
Hello! In README.md we got:
MachinInformation info = MachineInformationGatherer.GatherInformation(bool skipClockspeedTest = true);
But it should be:
MachineInformation info = MachineInformationGatherer.GatherInformation(bool skipClockspeedTest = true);
The text was updated successfully, but these errors were encountered: