File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Node.js CI
22
33on :
44 push :
5- branches : [master ]
5+ branches : [main ]
66 pull_request :
7- branches : [master ]
7+ branches : [main ]
88
99jobs :
1010 build :
Original file line number Diff line number Diff line change 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
33Javascript 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
7474Also, to easily test an API endpoint while developing, you can run:
7575
You can’t perform that action at this time.
0 commit comments