From 53f6667dd0a790ab52af0144d7e540408a148972 Mon Sep 17 00:00:00 2001 From: Igor Sidorenko <12730310+isido993@users.noreply.github.com> Date: Mon, 12 Aug 2019 12:46:45 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5e5014..cb48ccc 100644 --- a/README.md +++ b/README.md @@ -56,14 +56,14 @@ Crawling is automatic, no schedule is needed since the crawler monitors fs event You can build Docker images by yourself or buy prebuilt Docker images for **$100** [here](https://ambar.cloud/pricing/). -* Installation instruction for prebuilt images can be found [here](https://ambar.cloud/docs/installation/) +* The installation instruction for prebuilt images can be found [here](https://ambar.cloud/docs/installation/) * Tutorial on how to build images from scratch will be available soon If you want to see how Ambar works w/o installing it, try our [live demo](https://app.ambar.cloud/). No signup required. ## Building the images yourself -All of the images required to run ambar can be built by the user. In general, each image can be built by navigating into the directory of the component in question, performing any compilation steps required, then building the image like so: +All of the images required to run Ambar can be built by the user. In general, each image can be built by navigating into the directory of the component in question, performing any compilation steps required, then building the image like so: ``` # From project root