corrected 1.0.1 typo

This commit is contained in:
Sebastian Hildebrandt 2015-07-18 12:46:40 +02:00
parent b76d46ddea
commit c62ef0d69b

View File

@ -111,7 +111,7 @@ This library is splitted in several sections:
| si.users() | X | X | array of users online |
| si.checksite(url) | X | X | response-time (ms) to fetch given URL |
Remenber: All functions are implemented as asynchronous functions. So another example, how to use a specific function might be:
Remember: All functions are implemented as asynchronous functions! So another example, how to use a specific function might be:
```
var si = require('systeminformation');