From b6a9f1fa1b86dcd585f48df8273f5c66a541e415 Mon Sep 17 00:00:00 2001 From: Jeffrey Hulten Date: Mon, 27 Jul 2015 15:17:40 -0700 Subject: [PATCH] Typo I was excited about an abstract-blog-store... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5686e96..fcd6980 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ abstract-stream-muxer > A test suite and interface you can use to implement a stream muxer. "A one stop shop for all your muxing needs" -The primary goal of this module is to enable developers to pick and swap their stream muxing module as they see fit for their application, without having to go through shims or compatibility issues. This module and test suite was heavily inspired by [abstract-blog-store](https://github.com/maxogden/abstract-blob-store). +The primary goal of this module is to enable developers to pick and swap their stream muxing module as they see fit for their application, without having to go through shims or compatibility issues. This module and test suite was heavily inspired by [abstract-blob-store](https://github.com/maxogden/abstract-blob-store). Publishing a test suite as a module lets multiple modules all ensure compatibility since they use the same test suite.