Browse Source

Merge pull request #242 from ainoya/fix-typo

fix variable name typo in the help doc
wkh237 8 years ago
parent
commit
1b6ddbe435
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/scripts/prelink.js

+ 1
- 1
src/scripts/prelink.js View File

67
     console.log(
67
     console.log(
68
       '\033[95mreact-native-fetch-blob \033[97mwill not automatically add Android permissions after \033[92m0.9.4 '+
68
       '\033[95mreact-native-fetch-blob \033[97mwill not automatically add Android permissions after \033[92m0.9.4 '+
69
       '\033[97mplease run the following command if you want to add default permissions :\n\n' +
69
       '\033[97mplease run the following command if you want to add default permissions :\n\n' +
70
-      '\033[96m\tRNFB_ANDROID_PERMISSION=true react-native link \n')
70
+      '\033[96m\tRNFB_ANDROID_PERMISSIONS=true react-native link \n')
71
   }
71
   }
72
 
72
 
73
   function checkVersion() {
73
   function checkVersion() {