From c62ef0d69b1dd9363c9e9af9e78b7752e9b45e00 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Sat, 18 Jul 2015 12:46:40 +0200 Subject: [PATCH] corrected 1.0.1 typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fc59ff..fe103f5 100644 --- a/README.md +++ b/README.md @@ -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');