From 2ef00b9630eff3f9a7deadf821b63ebedfbad236 Mon Sep 17 00:00:00 2001 From: Daniel Pepper Date: Fri, 27 Oct 2023 20:38:49 -0700 Subject: [PATCH] Update README.md (#33) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1615445..2df28fb 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ NetworkResiliency [![codecov](https://codecov.io/gh/dpep/network_resiliency_rb/branch/main/graph/badge.svg)](https://codecov.io/gh/dpep/network_resiliency_rb) Making network requests more resilient to error. - -Resiliency: the ability to recover from adversity. +- less errors, by retrying +- less time, by setting granular timeouts ```ruby