From 55c33d480cdf429a0b24cf607ddd0e892521a35b Mon Sep 17 00:00:00 2001 From: adamward459 Date: Sat, 18 Nov 2023 00:59:40 +0700 Subject: [PATCH] Fix correct path of function when click on mobile links (#351) * change master to main branch * Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e1364d..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=master&service=github)](https://coveralls.io/github/graphql/dataloader?branch=master) +[![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 @@ -655,7 +655,7 @@ DataLoader and how it works. [express]: http://expressjs.com/ [babel/polyfill]: https://babeljs.io/docs/usage/polyfill/ [lru_map]: https://github.com/rsms/js-lru -[source code]: https://github.com/graphql/dataloader/blob/master/src/index.js +[source code]: https://github.com/graphql/dataloader/blob/main/src/index.js # Contributing to this repo