From 24ab1f5d3fea4ea57027afdd007e495354057f9d Mon Sep 17 00:00:00 2001 From: yetanotherusernamebecausegithubisbugged Date: Sat, 26 Dec 2015 11:05:29 +0300 Subject: [PATCH] README.md typo fix. "fastst" -> "fastest" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ebf593..f8bdaa7 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ You can override any of these settings by requireing colors and setting the them `ipc.connectTo(id,path,callback);` -Used for connecting as a client to local Unix Sockets and Windows Sockets. ***This is the fastst way for processes on the same machine to communicate*** because it bypasses the network card which TCP and UDP must both use. +Used for connecting as a client to local Unix Sockets and Windows Sockets. ***This is the fastest way for processes on the same machine to communicate*** because it bypasses the network card which TCP and UDP must both use. | variable | required | definition | |----------|----------|------------|