Skip to content

Commit ff25923

Browse files
committed
Updated README
1 parent 1fd1c36 commit ff25923

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

lib/README.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# lib directory
2-
This directory contains a compressed version of the SoundJS library, including the most recent tagged release and the
2+
This directory contains compressed versions of the SoundJS library, including the most recent tagged release and the
33
in-progress NEXT release.
44

55
Both combined and minified versions of the library are included. The former being useful for debugging, and the latter
@@ -9,16 +9,19 @@ You can also link to the libraries on the [CreateJS CDN](http://code.createjs.co
99
and shared caching across sites.
1010

1111
# libraries
12-
**soundjs-VERSION.min.js** contains minified versions of all of the SoundJS classes (comments and white space stripped)
13-
except for the Flash and Cordova audio plugins.
14-
**flashaudioplugin-VERSION.min.js** contains minified versions of the Flash audio plugin.
15-
**cordovaaudioplugin-VERSION.min.js** contains minified versions of the Cordova audio plugin.
16-
**soundjs-VERSION.combined.js** contains all the SoundJS classes (except Flash and Cordova plugin classes) including
17-
whitespace and comments.
18-
**flashaudioplugin-VERSION.combined.js** contains all the Flash audio plugin classes.
19-
**cordovaaudioplugin-VERSION.combined.js** contains all the Cordova audio plugin classes.
12+
* **soundjs.js** the most recent _tagged_ version of all the SoundJS classes.
13+
* **soundjs.min.js** the most recent tagged version, minified and stripped of comments and whitespace.
14+
* **soundjs-NEXT.js** contains the _latest_ SoundJS classes.
15+
* **soundjs-NEXT.min.js** is a minified version of the _latest updates_ to the library.
16+
17+
## plugins
18+
SoundJS plugins are also minified for easy inclusion.
19+
* **flashplugin.js** a plugin to utilize Adobe Flash to playback audio.
20+
* **flashplugin.js** a minified version of the flash plugin, stripped of comments and whitespace.
21+
* **cordovaplugin.js** a plugin to utilize Cordova/PhoneGap APIs to playback audio.
22+
* **cordovaplugin.js** a minified version of the cordova plugin, stripped of comments and whitespace.
2023

2124

2225
# license
23-
The libraries are ©2010 gskinner.com, inc., and made available under the highly permissive MIT open source software
26+
The libraries are ©20107 gskinner.com, inc., and made available under the highly permissive MIT open source software
2427
license. See the source file header for the full license text.

0 commit comments

Comments
 (0)