Skip to content

Commit

Permalink
Merge pull request nteract#19 from rgbkrk/quick-readme-update
Browse files Browse the repository at this point in the history
Quick readme update
  • Loading branch information
jdfreder committed Mar 12, 2016
2 parents 2eaa13d + b5e524a commit 836e80d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Provides functions to create [RxJS](https://github.com/ReactiveX/RxJS) subjects

## Usage

`enchannel-zmq-backend` exports a `createChannels` method for creating a channels object per [enchannel spec](https://github.com/nteract/enchannel).
To get access to all of the `channels` for messaging, use `createChannels`:

```javascript
import { createChannels } from 'enchannel-zmq-backend'
Expand Down Expand Up @@ -96,7 +96,7 @@ import {
} from 'enchannel-zmq-backend';
```

Creating a subject for a specific channel
Creating a subject for the `shell` channel:

```javascript
const shell = createShellSubject(identity, runtimeConfig)
Expand Down

0 comments on commit 836e80d

Please sign in to comment.