From 23c6ea87d900defd52de7238abe7ca8bc203c6ac Mon Sep 17 00:00:00 2001 From: Jedr Blaszyk Date: Wed, 29 May 2024 14:44:44 +0200 Subject: [PATCH] Tweaks in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88dbadd..db4809c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Elastic Open Web Crawler This repository contains code for the Elastic Open Web Crawler. -This is a tool to allow users to ingest content into Elasticsearch easily from the web. +This is a tool to allow users to easily ingest content into Elasticsearch from the web. ## How it works @@ -28,7 +28,7 @@ See [Crawling content](#crawling-content) for examples. 1. Build the image `docker build -t crawler .` 2. Run the container `docker run -i -d crawler crawler` - `-i` allows the container to stay alive so CLI commands can be executed inside it - - `-d` allows the container to run "detached" so you don't have to dedicated a terminal window to it + - `-d` allows the container to run "detached" so you don't have to dedicate a terminal window to it #### Running from source