Skip to content

Commit

Permalink
Docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IonDen committed Oct 29, 2014
1 parent 71e5c13 commit baf244d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"license": "MIT",

"spm": {
"main": "ion.sound.js"
"main": "js/ion.sound.js"
}
}
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ You can easily convert you MP3-s to OGG-s and AAC-s at <a href="http://media.io/
* bower install ionsound


## Install with spm [![](http://spmjs.io/badge/ion-sound)](http://spmjs.io/package/ion-sound)
* spm install ion-sound


## Initialisation
To initialise plugin call this method:
```javascript
Expand Down
4 changes: 4 additions & 0 deletions readme.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ JavaScript-плагин для воспроизведения звуков
* bower install ionsound


## Устанавливаем с помощью spm [![](http://spmjs.io/badge/ion-sound)](http://spmjs.io/package/ion-sound)
* spm install ion-sound


## Инициализация
Инициализируем плагин:
```javascript
Expand Down

0 comments on commit baf244d

Please sign in to comment.