diff --git a/.gx/lastpubver b/.gx/lastpubver deleted file mode 100644 index 737af9f..0000000 --- a/.gx/lastpubver +++ /dev/null @@ -1 +0,0 @@ -0.3.9: QmabLh8TrJ3emfAoQk5AbqbLTbMyj7XqumMFmAFxa9epo8 diff --git a/README.md b/README.md index 3532927..9666d20 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,10 @@ The protocol is defined [here](https://github.com/multiformats/multistream-selec go get github.com/multiformats/go-multistream ``` -Note that `go-multistream` is packaged with Gx, so it is recommended to use Gx to install and use it (see Usage section). - - ## Usage ### Example - This example shows how to use a multistream muxer. A muxer uses user-added handlers to handle different "protocols". The first step when interacting with a connection handler by the muxer is to select the protocol (the example uses `SelectProtoOrFail`). This will then let the muxer use the right handler.