Browse Source

Update README.md

wkh237 7 years ago
parent
commit
5b326c060d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

14
 - Native-to-native file manipulation API, reduce JS bridging performance loss
14
 - Native-to-native file manipulation API, reduce JS bridging performance loss
15
 - File stream support for dealing with large file
15
 - File stream support for dealing with large file
16
 - Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN (experimental)
16
 - Blob, File, XMLHttpRequest polyfills that make browser-based library available in RN (experimental)
17
-- JSON stream supported base on [Oboe.js@jimhigson](https://github.com/jimhigson/oboe.js/)
17
+- JSON stream supported base on [Oboe.js](https://github.com/jimhigson/oboe.js/) @jimhigson
18
 
18
 
19
 ## TOC
19
 ## TOC
20
 * [About](#user-content-about)
20
 * [About](#user-content-about)