From 912f66b67d12f1dd5a849d65b3b338310e80c49d Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Sun, 11 Apr 2021 09:19:24 -0700 Subject: [PATCH] typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index dd54438..22f2c6d 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # etcd3 [![Run Tests](https://github.com/microsoft/etcd3/workflows/Run%20Tests/badge.svg)](https://github.com/microsoft/etcd3/actions?query=workflow%3A%22Run+Tests%22) -etcd3 aims is a high-quality, production-ready client for the Protocol Buffer-based etcdv3 API. It includes: +etcd3 is a high-quality, production-ready client for the Protocol Buffer-based [etcd](https://etcd.io/) v3 API. It includes: - [load balancing](https://microsoft.github.io/etcd3/interfaces/ioptions.html) - [fault handling and reconnections](https://microsoft.github.io/etcd3/interfaces/ioptions.html#faulthandling)