From b133c987da35db0fbaa03dcf526ae077239546f2 Mon Sep 17 00:00:00 2001 From: knightwayne Date: Fri, 1 Nov 2019 05:22:15 +0530 Subject: [PATCH] fixed typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2045661..f6aee45 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The official lighthouse instance is live at https://lighthouse.lbry.com ### What does Lighthouse consist of? -1. Elasticsearch as a backend db server. +1. Elasticsearch as a backend database server. 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 / Usage example @@ -45,7 +45,7 @@ npm run install --production=false ``` npm run prod ``` ->You are now up and running! You can connect to lighthouse at http://localhost:50005, api documentation is [here](https://lbryio.github.io/lighthouse/). +>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. It usually takes ~15 minutes before all claims are up to date in the database. ## Contributing -- 2.45.2