From a3ceb4d8e98eee84b0b8409165dc22baa13ed315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=B3=E5=90=8C=E5=B0=98?= Date: Sun, 28 Jun 2020 14:49:37 +0800 Subject: [PATCH] Update README.md --- greenplayer/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/greenplayer/README.md b/greenplayer/README.md index 1639667..849a148 100644 --- a/greenplayer/README.md +++ b/greenplayer/README.md @@ -12,10 +12,10 @@ You can download the code and run the demo. $ npm run dev # @see package.json ``` -## PERPARE LIBRARY +## PERPARE LIBRARY[optional] -- Copy lib files(libffmpeg.js, libffmpeg.wasm) from [h265player/dist/lib](../../h265player/dist/lib). - or compile from [docoder_wasm](../../docoder_wasm) module +- Copy lib files(`libffmpeg.js, libffmpeg.wasm`) to `dist/lib` from [h265player/dist/lib](../../h265player/dist/lib). + or compile from [docoder_wasm](../../docoder_wasm) module by self. This example includes these lib files already. ## CONFIG NGINX ```javascript