From 528ee961f6f444dc4ddab4b71821c87f250318ce Mon Sep 17 00:00:00 2001 From: Kerem Sahin Date: Mon, 3 Aug 2020 17:41:21 -0700 Subject: [PATCH] Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c877a57b19..8bfaf748a3 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ DataHub is LinkedIn's generalized metadata search & discovery tool. To learn mor This repository contains the complete source code for both DataHub's frontend & backend. You can also read about [how we sync the changes](https://engineering.linkedin.com/blog/2020/open-sourcing-datahub--linkedins-metadata-search-and-discovery-p) between our internal fork and GitHub. ## Quickstart -Please follow the [DataHub Quickstart Guide](docs/quickstart.md) to get a copy of DataHub up & running locally using [Docker](https://docker.com). As the guide assumes some basic knowledge of Docker, we'd recommend you to go through the "Hello World" example of [A Docker Tutorial for Beinggers](https://docker-curriculum.com) if Docker is completely foreign to you. +Please follow the [DataHub Quickstart Guide](docs/quickstart.md) to get a copy of DataHub up & running locally using [Docker](https://docker.com). As the guide assumes some basic knowledge of Docker, we'd recommend you to go through the "Hello World" example of [A Docker Tutorial for Beginners](https://docker-curriculum.com) if Docker is completely foreign to you. ## Documentation * [DataHub Developer's Guide](docs/developers.md)