From db7ef24e860e9313378979467a91972a0be147fb Mon Sep 17 00:00:00 2001 From: Daniel Dominguez Date: Tue, 15 May 2018 20:30:06 -0300 Subject: [PATCH] Grammar fixes. --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 5f754146..73732f7d 100644 --- a/BUILD.md +++ b/BUILD.md @@ -73,4 +73,4 @@ If you already installed `Android SDK` and `adb` Note: You need to have your device connected with USB debugging. -Once the bundler is ready, run the LBRY Browser app on your device and then shake it device violently until you see the React Native dev menu. You can enable "Hot Reloading" and "Live Reloading" from this menu, so any changes you make to the React Native code will be visible as you save. This will only reload React Native Javascript files. Native Java code needs to be re-deployed `./deploy.sh` +Once the bundler is ready, run the LBRY Browser app on your device and then shake the device violently until you see the React Native dev menu. You can enable "Live Reloading" from this menu, "Hot Reloading" is not working at the moment, so any changes you make to the React Native code will be visible as you save. This will only reload React Native Javascript files. Native Java code needs to be redeployed by running the command `./deploy.sh`