ソースを参照

Update README.md

wkh237 8 年 前
コミット
a403eccf11
共有1 個のファイルを変更した1 個の追加2 個の削除を含む
  1. 1
    2
      README.md

+ 1
- 2
README.md ファイルの表示

@@ -13,7 +13,6 @@ A project committed to make file acess and data transfer easier, effiecient for
13 13
 ## TOC
14 14
 * [About](#user-content-about)
15 15
 * [Installation](#user-content-installation)
16
-* [Recipes](#user-content-recipes)
17 16
 * [HTTP Data Transfer](#user-content-http-data-transfer)
18 17
  * [Regular Request](#user-content-regular-request)
19 18
  * [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
119 118
 
120 119
 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).
121 120
 
122
-## Recipes
121
+## Usage
123 122
 
124 123
 ES6
125 124