Browse Source

Update README.md

wkh237 8 years ago
parent
commit
69c6b560c1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -664,7 +664,7 @@ React Native connects JS and Native context by passing JSON through RCT bridge,
664 664
 
665 665
 Due to the [lack of typed array implementation in JavascriptCore, and limitation of React Native structure](https://github.com/facebook/react-native/issues/1424), to convert data to JS byte array spends lot of time. Use it only when needed, the following chart shows how much time it takes when reading a file with different encoding.
666 666
 
667
-<img src="img/performance_encode.png" style="width : 100%"/>
667
+<img src="img/performance_encoding.png" style="width : 100%"/>
668 668
 
669 669
 ## Changes
670 670