From 8ac00068908a71d9e7153b3ec12bee4dca6dcb48 Mon Sep 17 00:00:00 2001 From: Samir Das Date: Sun, 12 Nov 2017 00:32:17 +0600 Subject: [PATCH] update readme volume --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fefb751..a1b0675 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Decoder fire an event *decode* whenever it completes decoding. Usually it decode | Name | Parameter | Remark | | ------------- |:-------------:| -----:| | feed | raw PCM data | Usually get from ajax or websocket -| volume | decimal value 0.1 to 1 | For controlling volume of the player | +| volume | decimal value 0 to 1 | For controlling volume of the player | | destroy | - | Destroy the player instance and release the resources | **Compatibility**