Skip to content

Commit

Permalink
Fix correct path of function when click on mobile links (#351)
Browse files Browse the repository at this point in the history
* change master to main branch

* Update README.md
  • Loading branch information
adamward459 committed Nov 17, 2023
1 parent d336bd1 commit 55c33d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 55c33d4

Please sign in to comment.