From 1881c590ed0dfc8c883300a8aaf15c4661a81e46 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Fri, 5 Aug 2016 09:05:56 -0400 Subject: [PATCH] Fix spelling error Also slight syntax improvement. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e165568..2dd0479 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The primary goal of this module is to enable developers to pick and swap their t Publishing a test suite as a module lets multiple modules all ensure compatibility since they use the same test suite. -The purpose of this interfaceion is not to reinvent any wheels when it comes to dialing and listening to transports, instead, it tries to uniform several transports through a shimmed interface. +The purpose of this interface is not to reinvent any wheels when it comes to dialing and listening to transports. Instead, it tries to uniform several transports through a shimmed interface. The API is presented with both Node.js and Go primitives, however, there is not actual limitations for it to be extended for any other language, pushing forward the cross compatibility and interop through diferent stacks.