From af9c273e5c89b3010cdf9f6c98ddf945c8403fd2 Mon Sep 17 00:00:00 2001 From: adamward459 Date: Wed, 8 Nov 2023 13:55:22 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04cd000..e2335a2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ fetching layer to provide a simplified and consistent API over various remote data sources such as databases or web services via batching and caching. [![Build Status](https://travis-ci.org/graphql/dataloader.svg)](https://travis-ci.org/graphql/dataloader) -[![Coverage Status](https://coveralls.io/repos/graphql/dataloader/badge.svg?branch=main&service=github)](https://coveralls.io/github/graphql/dataloader?branch=main) +[![Coverage Status](https://coveralls.io/repos/graphql/dataloader/badge.svg?branch=master&service=github)](https://coveralls.io/github/graphql/dataloader?branch=main) A port of the "Loader" API originally developed by [@schrockn][] at Facebook in 2010 as a simplifying force to coalesce the sundry key-value store back-end