Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 8ca16f2

Browse files
authored
chore: update master to main (#15)
* fix: update master to main * Update README.md
1 parent f9722c4 commit 8ca16f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ After submitting the pull request, please make sure the Continuous Integration c
3939
## Releasing
4040

4141
1. Merge the release PR
42-
2. Switch to the default branch `git checkout master`
42+
2. Switch to the default branch `git checkout main`
4343
3. Pull latest changes `git pull`
4444
4. Publish the package `npm publish`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @netlify/functions
22

33
[![Build](https://github.com/netlify/functions-js/workflows/Build/badge.svg)](https://github.com/netlify/functions-js/actions)
4-
[![Coverage Status](https://codecov.io/gh/netlify/functions-js/branch/master/graph/badge.svg)](https://codecov.io/gh/netlify/functions-js)
4+
[![Coverage Status](https://codecov.io/gh/netlify/functions-js/branch/main/graph/badge.svg)](https://codecov.io/gh/netlify/functions-js)
55
[![Node](https://img.shields.io/node/v/@netlify/functions.svg?logo=node.js)](https://www.npmjs.com/package/@netlify/functions)
66

77
JavaScript utilities for Netlify Functions.

0 commit comments

Comments
 (0)