Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit 522ccfc

Browse files
committed
adds javadoc badge
1 parent 498a921 commit 522ccfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ alBufferData(buffer, sound.isStereo() ? AL_FORMAT_STEREO16 : AL_FORMAT_MONO16, d
9292

9393
The only public class is the Sound class.
9494

95-
The javadoc for the API is located at: http://www.javadoc.io/doc/fr.delthas/javamp3/
95+
The javadoc for the API is located here: [![Javadocs](http://www.javadoc.io/badge/fr.delthas/javamp3.svg)](http://www.javadoc.io/doc/fr.delthas/javamp3).
9696

9797
You are encouraged to read the decoded data stream in a streaming way, and/or make use of multithreaded calls (i.e. decode the sound data in a background thread if your application needs to react in real-time to user input).
9898

0 commit comments

Comments
 (0)