diff --git a/README.md b/README.md
index 0918055..fb1f55e 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,11 @@
 
 ## What is Lighthouse?
 >Lighthouse is a lightning-fast advanced search engine API for publications on the lbrycrd with autocomplete capabilities.
->The official lighthouse instance is live at https://lighthouse.lbry.io
+>The official lighthouse instance is live at https://lbryio.github.io/lighthouse/
 
 ## What does Lighthouse consist of?
 >1. Elasticsearch as a backend db server.
->2. LBRYimport, a importer that imports the claims into the Elasticsearch database.
+>2. LBRYimport, an importer that imports the claims into the Elasticsearch database.
 >3. Lighthouse API server, which serves the API and does all calculations about what to send to the end user. 
 ## API Documentation
 
@@ -30,7 +30,7 @@ git clone https://github.com/lbryio/lighthouse
 [Download lbrycrd](https://github.com/lbryio/lbrycrd/releases)
 >Create a lbrycrd config file at ~/.lbrycrd/lbrycrd.conf which contains rpcuser,rpcpassword and rpcport. Then run lbrycrd in the background with that config file.
 
->Make sure elasticsearch is running and run(from the lighthouse dir):
+>Make sure elasticsearch is running and run (from the lighthouse dir):
 ```
 ./gendb.sh
 ```
@@ -38,7 +38,7 @@ git clone https://github.com/lbryio/lighthouse
 ```
 yarn install --production=false
 ```
->Start a instance of the decoder:
+>Start an instance of the decoder:
 ```
 cd decoder && pip install -r requirements.txt && python decoder.py
 ```
@@ -47,7 +47,7 @@ cd decoder && pip install -r requirements.txt && python decoder.py
 yarn run prod
 ```
 >WOO! You are now up and running! You can connect to lighthouse at http://localhost:50005, api documentation is [here](https://lbryio.github.io/lighthouse/).
-Lighthouse will continue syncing in the background so it could take approx 10-15minutes before all claims are up to date in database.
+Lighthouse will continue syncing in the background, usually takes 10-15 minutes before all claims are up to date in the database.
 
 ## License
 MIT © [LBRYio, Filip Nyquist](https://github.com/lbryio)