Skip to content

Commit

Permalink
fix params spell cached -> cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Wonday committed Sep 1, 2017
1 parent cbd5fd8 commit c63992e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const styles = StyleSheet.create({
| parameter | Description | default | iOS | Android |
| ------------ | ----------- | ------- | --- | ------- |
| uri | pdf source, see the forllowing for detail.| required |||
| cached | use cache or not | false |||
| cache | use cache or not | false |||
| method | request method when uri is a url | "GET" |||
| headers | request headers when uri is a url | {} |||

Expand Down

0 comments on commit c63992e

Please sign in to comment.