Skip to content

Commit

Permalink
Merge pull request #1 from miracle2k/patch-1
Browse files Browse the repository at this point in the history
Fix import in README
  • Loading branch information
vovkasm committed Feb 4, 2017
2 parents cf85183 + 2452aaf commit ba94e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ TODO...
## Basic usage

```js
import Sound from '@vovkasm/react-native-sound';
import {Sound} from '@vovkasm/react-native-sound';

let whoosh
Sound.load(require('./whoosh.mp3')).then(player => {
Expand Down

0 comments on commit ba94e75

Please sign in to comment.