updated docs

This commit is contained in:
Sebastian Hildebrandt
2021-01-28 21:04:44 +01:00
parent 7e6a5a5fa8
commit 486b959c1e
4 changed files with 9 additions and 3 deletions
+2 -2
View File
@@ -185,7 +185,7 @@
<li><span class="code">Apple M1 Silicon</span> extended support (now everything supported except of cpu temperature)</li>
<li>updated TypeScript definitions </li>
</ul>
<h4>Test full version 5 functionality</h4>
<h4>Test Full Version 5 Functionality</h4>
<p>If you want to see all function results on your machine, please <a href="tests.html">head over to Testing section</a>. We implemented a tiny test suite where you can easily go through all functions and test resuls on your machine without coding.<br><br></p>
<h2>Major Changes - Version 4</h2>
<h4>New Functions</h4>
@@ -218,7 +218,7 @@
<li><strong>Async/Await</strong>. Due to the promises support, systeminformation also works perfectly with the `async/await` pattern (available in <span class="code">node.js</span> <strong>v7.6.0</strong> and above). See example in the docs.</li>
</ul>
<br>
<h2>Full version history</h2>
<h2>Full Version History</h2>
<p>Full version histrory (every single release version from version 1.x.x to 5.x.x) can be <a href="history.html">viewed here</a></p>
</div>