Jelajahi Sumber

Clean up document.

Caijinglong 6 tahun lalu
induk
melakukan
f2c06b9aa5
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 1 1
      README-EN.md
  2. 2 2
      compile.md

+ 1 - 1
README-EN.md

@@ -8,7 +8,7 @@ The question of Android might not be able to run will be explained in detail.
 The simulator is out of use, so please use the real machine for debugging.
 
 - Android: I added the so Library of x86, but my voice decoding here is abnormal.
-- iOS: The simulator library is added, but it has sound and no pictures.
+- iOS: The simulator library is added, but it has sound and no video. It's normal in real device.
 
 Before using library, you can star and download the code to try the example.
 

+ 2 - 2
compile.md

@@ -35,7 +35,7 @@ I'm macOS here. If you're linux, you can compile the Android part.
 
 IOS compilation can only be completed under macOS.
 
-Windows: Please give up
+Windows: Please give up.
 
 ### General part
 
@@ -200,7 +200,7 @@ Copy all ijkplayer so files into `flutter_ijkplayer/android/src/main/libs/${CPU}
 
 ## LICENSE
 
-The project base on bilibili/ijkplayer 's 0.8.8 version. Before you use it, you need to make sure that your project meets ijkplayer's requirements.
+The project base on 0.8.8 of bilibili/ijkplayer. Before you use it, you need to make sure that your project meets ijkplayer's requirements.
 
 Part of the iOS code in the project comes from https://github.com/jadennn/flutter_ijk, all of which are based on the MIT protocol.