Skip to content

Commit 8661a8b

Browse files
Rename main stream branch: master -> main
1 parent 513075d commit 8661a8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Documentation
22

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

77
jobs:
88
swift-doc:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JavaScriptKit
22

3-
![Run unit tests](https://github.com/swiftwasm/JavaScriptKit/workflows/Run%20unit%20tests/badge.svg?branch=master)
3+
![Run unit tests](https://github.com/swiftwasm/JavaScriptKit/workflows/Run%20unit%20tests/badge.svg?branch=main)
44

55
Swift framework to interact with JavaScript through WebAssembly.
66

@@ -71,4 +71,4 @@ let swiftPet: Pet = try JSValueDecoder().decode(from: jsPet)
7171
alert("Swift is running on browser!")
7272
```
7373

74-
Please see [Example](https://github.com/swiftwasm/JavaScriptKit/tree/master/Example) directory for more information
74+
Please see [Example](https://github.com/swiftwasm/JavaScriptKit/tree/main/Example) directory for more information

0 commit comments

Comments
 (0)