Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit a403ecc

Browse files
authored
Update README.md
1 parent 27c765c commit a403ecc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ A project committed to make file acess and data transfer easier, effiecient for
1313
## TOC
1414
* [About](#user-content-about)
1515
* [Installation](#user-content-installation)
16-
* [Recipes](#user-content-recipes)
1716
* [HTTP Data Transfer](#user-content-http-data-transfer)
1817
* [Regular Request](#user-content-regular-request)
1918
* [Download file](#user-content-download-example--fetch-files-that-needs-authorization-token)
@@ -119,7 +118,7 @@ Also, if you're going to use `Android Download Manager` you have to add this to
119118

120119
Beginning in Android 6.0 (API level 23), users grant permissions to apps while the app is running, not when they install the app. So adding permissions in `AndroidManifest.xml` won't work in Android 6.0 devices. To grant permissions in runtime, you might use modules like [react-native-android-permissions](https://github.com/lucasferreira/react-native-android-permissions).
121120

122-
## Recipes
121+
## Usage
123122

124123
ES6
125124

0 commit comments

Comments
 (0)