From c21e56529400d0f5063959d9704169de3541c820 Mon Sep 17 00:00:00 2001 From: Zaid Qureshi Date: Fri, 19 Oct 2018 11:18:45 -0400 Subject: [PATCH] Update getting-started.md --- website/content/basics/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/basics/getting-started.md b/website/content/basics/getting-started.md index dbd589fec..26dafb7d2 100644 --- a/website/content/basics/getting-started.md +++ b/website/content/basics/getting-started.md @@ -27,7 +27,7 @@ All the execution responses will be gathered by the scheduler and stored in the Dkron relies on the key-value store for data storage, you can run an instance of the distributed store in the same machines as Dkron or connect it to your existing cluster. -It can use etcd, Consul or Zookeeper as data stores. To install any of this systems go to their web site: +It can use etcd, Consul, or Zookeeper as data stores. To install any one of these systems, go to their web site: - [etcd](https://coreos.com/etcd/docs/latest/) - [Consul](https://consul.io/intro/getting-started/install.html)