Skip to content

Commit

Permalink
chore(index.js): Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
motiz88 committed May 31, 2016
1 parent 7f9a334 commit 7963094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@ const defaultRequestMIDIAccess = global && global.navigator && global.navigator.
* @example
* // Basic usage
* import { createStore } from 'redux';
* import { makeMidiEnhancer } from 'redux-midi';
* import { makeMidiEnhancer } from 'redux-midi';
* const store = createStore(reducer, initialState, makeMidiEnhancer());
* @example
* // With middleware
* import { createStore, applyMiddleware, compose } from 'redux';
* import { makeMidiEnhancer } from 'redux-midi';
* // assuming middleware is an array of Redux middleware functions
* // assuming middleware is an array of Redux middleware functions
* const store = createStore(reducer, initialState, compose(
* makeMidiEnhancer({midiOptions: {sysex: true}}),
* applyMiddleware(...middleware)
Expand Down

0 comments on commit 7963094

Please sign in to comment.