Skip to content

Commit 521b2ff

Browse files
committed
Rename master branch to main.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent aa7f5f9 commit 521b2ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/node.js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Node.js CI
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [main]
66
pull_request:
7-
branches: [master]
7+
branches: [main]
88

99
jobs:
1010
build:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# zulip-js [![Build Status](https://travis-ci.com/zulip/zulip-js.svg?branch=master)](https://travis-ci.com/github/zulip/zulip-js)
1+
# zulip-js [![Build Status](https://travis-ci.com/zulip/zulip-js.svg?branch=main)](https://travis-ci.com/github/zulip/zulip-js)
22

33
Javascript library to access the Zulip API
44

@@ -69,7 +69,7 @@ const zuliprc = path.resolve(__dirname, 'zuliprc');
6969

7070
## Examples
7171

72-
Please see some examples in [the examples directory](https://github.com/zulip/zulip-js/tree/master/examples).
72+
Please see some examples in [the examples directory](https://github.com/zulip/zulip-js/tree/main/examples).
7373

7474
Also, to easily test an API endpoint while developing, you can run:
7575

0 commit comments

Comments
 (0)