Skip to content

Commit 0d87c4f

Browse files
author
Bastian Bartmann
committed
updated readme
1 parent 440fa8e commit 0d87c4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Add this line to `app/assets/javascripts/application.js`:
1818

1919
And add this line to `app/assets/stylesheets/application.css.scss`:
2020

21-
//= @import "podlove-web-player";
21+
@import "podlove-web-player";
2222

2323
## Usage ##
2424

25-
Use the `podloveaudio` or `podlovevideo` helpers to inplement the audio or video player into your views. The helper is modelled after the shortcode of the Podlove Web Player WordPress plugin and can be given all the options mentioned in it's [FAQ][pwpw] as a hash. Basic usage would look like this:
25+
Use the `podloveaudio` or `podlovevideo` helpers to inplement the audio or video player into your views. The helper is modelled after the shortcodes of the Podlove Web Player WordPress plugin and can be given all the options mentioned in it's [FAQ][pwpw] as a hash. Basic usage would look like this:
2626

2727
<%= podloveaudio(src: 'http://mysite.com/mymedia.mp3', duration: '03:33', title: 'My track') %>
2828

0 commit comments

Comments
 (0)