From d2272c2e95897253ff405a730cd7248e030c1866 Mon Sep 17 00:00:00 2001 From: David Braun Date: Wed, 18 Oct 2017 15:00:46 -0400 Subject: [PATCH] README: Remove note about contributing. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 701a12c..435b51f 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,6 @@ behavior of the async functions. The [API](doc/API.md) is in the `doc` directory. -# Contributing - -Please [submit an issue](https://github.com/NodeGuy/channel/issues/new) if you -have a suggestion for how to make `Channel` more `Array`-like (e.g., by adding -another `Array` method). - # Similar Projects * [Channel](https://github.com/gozala/channel)