File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Documentation
2
2
3
3
on :
4
4
push :
5
- branches : [master ]
5
+ branches : [main ]
6
6
7
7
jobs :
8
8
swift-doc :
Original file line number Diff line number Diff line change 1
1
# JavaScriptKit
2
2
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 )
4
4
5
5
Swift framework to interact with JavaScript through WebAssembly.
6
6
@@ -71,4 +71,4 @@ let swiftPet: Pet = try JSValueDecoder().decode(from: jsPet)
71
71
alert (" Swift is running on browser!" )
72
72
```
73
73
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
You can’t perform that action at this time.
0 commit comments