File tree 2 files changed +4
-4
lines changed
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
2
2
3
3
on :
4
4
push :
5
- branches : [master ]
5
+ branches : [main ]
6
6
pull_request :
7
- branches : [master ]
7
+ branches : [main ]
8
8
9
9
jobs :
10
10
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 )
2
2
3
3
Javascript library to access the Zulip API
4
4
@@ -69,7 +69,7 @@ const zuliprc = path.resolve(__dirname, 'zuliprc');
69
69
70
70
## Examples
71
71
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 ) .
73
73
74
74
Also, to easily test an API endpoint while developing, you can run:
75
75
You can’t perform that action at this time.
0 commit comments