Skip to content

Commit 8c045f1

Browse files
authored
Updates basic usage with valid mp3 path.
1 parent a9caa05 commit 8c045f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var React = require('react')
1919
var ReactDOM = require('react-dom')
2020
var Cassette = require('react-cassette-player')
2121

22-
var audio = 'http://static.echonest.com/audio2/01%20-%20Virginia%20Reel%20Around%20The%20Fountain.mp3'
22+
var audio = 'https://wavves.s3.amazonaws.com/la.mp3'
2323
ReactDOM.render(<Cassette src={audio} />, document.body)
2424
```
2525

@@ -52,4 +52,4 @@ SVG icons used by react-cassette-player are licensed [Creative Commons (CC BY 3.
5252

5353
## Motivation
5454

55-
Desire to build a functional [Noun](http://thenounproject.com) while experimenting with React SVG support. [Feedback and contributions](https://github.com/chadpaulson/react-cassette-player/issues/new) are welcome.
55+
Desire to build a functional [Noun](http://thenounproject.com) while experimenting with React SVG support. [Feedback and contributions](https://github.com/chadpaulson/react-cassette-player/issues/new) are welcome.

0 commit comments

Comments
 (0)